Skip to content

Commit

Permalink
Merge pull request #24 from fkie-cad/adapt-ram
Browse files Browse the repository at this point in the history
Increase RAM on Company Router, decrease on Log Server
  • Loading branch information
ru37z authored Dec 10, 2021
2 parents cb8cebe + 825f1d6 commit f93b418
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions provisioning/packer/companyrouter.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
},
"builders": [
{
"memory": "1536",
"name": "Company-Router (IP-Fire)",
"type": "virtualbox-iso",
"guest_os_type": "Linux_64",
Expand Down
2 changes: 1 addition & 1 deletion provisioning/packer/logserver.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"http://old-releases.ubuntu.com/releases/16.04.5/ubuntu-16.04.6-server-amd64.iso"
],
"keep_registered": "true",
"memory": "4096",
"memory": "3072",
"output_directory": "{{user `vm_output`}}",
"pause_before_connecting": "1m",
"shutdown_command": "echo 'packer' | sudo -S shutdown -P now",
Expand Down

0 comments on commit f93b418

Please sign in to comment.