Skip to content

Commit 3ffc448

Browse files
committed
Set ram to 4096, add -cpu host and use 100G disk
1 parent 146567c commit 3ffc448

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

appliances/security-onion.gns3a

+12-3
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,12 @@
1818
"qemu": {
1919
"adapter_type": "e1000",
2020
"adapters": 2,
21-
"ram": 3072,
21+
"ram": 4096,
2222
"hda_disk_interface": "ide",
2323
"arch": "x86_64",
2424
"console_type": "vnc",
25-
"kvm": "allow"
25+
"kvm": "allow",
26+
"options": "-cpu host"
2627
},
2728
"images": [
2829
{
@@ -57,6 +58,14 @@
5758
"download_url": "https://github.com/Security-Onion-Solutions/security-onion/releases/",
5859
"direct_download_url": "https://github.com/Security-Onion-Solutions/security-onion/releases/download/v14.04.5.4_20171031/securityonion-14.04.5.4.iso"
5960
},
61+
{
62+
"filename": "empty100G.qcow2",
63+
"version": "1.0",
64+
"md5sum": "5d9fec18a980f13002028491259f158d",
65+
"filesize": 198656,
66+
"download_url": "https://github.com/riverbed/Riverbed-Community-Toolkit/raw/master/SteelHead/GNS3",
67+
"direct_download_url": "https://github.com/riverbed/Riverbed-Community-Toolkit/raw/master/SteelHead/GNS3/empty100G.qcow2"
68+
},
6069
{
6170
"filename": "empty30G.qcow2",
6271
"version": "1.0",
@@ -70,7 +79,7 @@
7079
{
7180
"name": "2.4.80-20240624",
7281
"images": {
73-
"hda_disk_image": "empty30G.qcow2",
82+
"hda_disk_image": "empty100G.qcow2",
7483
"cdrom_image": "securityonion-2.4.80-20240624.iso"
7584
}
7685
},

0 commit comments

Comments
 (0)