Skip to content

Commit

Permalink
Reduce memory usage of FreeBSD box to 512M now that we use the swapsp…
Browse files Browse the repository at this point in the history
…ace right away.

This is already in the amd64 definition.
  • Loading branch information
Julian C. Dunn committed Dec 2, 2013
1 parent 443b0d6 commit 034b838
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packer/freebsd-9.2-i386.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"vm_name": "packer-freebsd-9.2-i386",
"output_directory": "packer-freebsd-9.2-i386",
"vboxmanage": [
[ "modifyvm", "{{.Name}}", "--memory", "768" ],
[ "modifyvm", "{{.Name}}", "--memory", "512" ],
[ "modifyvm", "{{.Name}}", "--cpus", "1" ]
]
},
Expand Down Expand Up @@ -86,7 +86,7 @@
"vm_name": "packer-freebsd-9.2-i386",
"output_directory": "packer-freebsd-9.2-i386",
"vmx_data": {
"memsize": "768",
"memsize": "512",
"numvcpus": "1",
"cpuid.coresPerSocket": "1"
}
Expand Down

0 comments on commit 034b838

Please sign in to comment.