increase RAM to 128 MB

Sometimes 64 MB throws error about not sufficient memory
This commit is contained in:
jkk88 2019-03-28 07:52:31 +01:00 committed by GitHub
parent 730b607c26
commit f329444391
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@
"qemu": {
"adapter_type": "virtio-net-pci",
"adapters": 4,
"ram": 64,
"ram": 128,
"arch": "x86_64",
"console_type": "telnet",
"kvm": "allow"