mirror of
https://github.com/GNS3/gns3-registry.git
synced 2025-02-17 16:00:18 +00:00
Reduce vMX vCP ram size to 1024MB
1024MB is enought for lite mode as per Juniper vMX release notes
This commit is contained in:
parent
51d24ff0cb
commit
5defd5c9f5
@ -18,7 +18,7 @@
|
|||||||
"qemu": {
|
"qemu": {
|
||||||
"adapter_type": "e1000",
|
"adapter_type": "e1000",
|
||||||
"adapters": 2,
|
"adapters": 2,
|
||||||
"ram": 2048,
|
"ram": 1024,
|
||||||
"arch": "x86_64",
|
"arch": "x86_64",
|
||||||
"console_type": "telnet",
|
"console_type": "telnet",
|
||||||
"kvm": "require",
|
"kvm": "require",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user