mirror of
https://github.com/GNS3/gns3-registry.git
synced 2024-12-19 04:47:54 +00:00
Do not use the cpus settings for the moment
This commit is contained in:
parent
5f989ea5c2
commit
236e60bc46
@ -15,7 +15,6 @@
|
|||||||
"first_port_name": "Management",
|
"first_port_name": "Management",
|
||||||
"port_name_format": "Port{port1}",
|
"port_name_format": "Port{port1}",
|
||||||
"qemu": {
|
"qemu": {
|
||||||
"cpus": 2,
|
|
||||||
"adapter_type": "e1000",
|
"adapter_type": "e1000",
|
||||||
"adapters": 13,
|
"adapters": 13,
|
||||||
"ram": 256,
|
"ram": 256,
|
||||||
@ -24,7 +23,7 @@
|
|||||||
"console_type": "telnet",
|
"console_type": "telnet",
|
||||||
"boot_priority": "cd",
|
"boot_priority": "cd",
|
||||||
"kvm": "require",
|
"kvm": "require",
|
||||||
"options": "-cpu core2duo"
|
"options": "-smp 2 -cpu core2duo"
|
||||||
},
|
},
|
||||||
"images": [
|
"images": [
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user