vmTools/test: give pan build more memory

This commit is contained in:
Alyssa Ross 2021-12-18 13:51:25 +00:00
parent 55b883448e
commit 80b5b4917c
No known key found for this signature in database
GPG key ID: F9DBED4859B271C0

View file

@ -9,7 +9,7 @@ with vmTools;
buildHelloInVM = runInLinuxVM hello;
buildPanInVM = runInLinuxVM pan;
buildPanInVM = runInLinuxVM (pan // { memSize = 2048; });
testRPMImage = makeImageTestScript diskImages.fedora27x86_64;