You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Additional data point: Simply populating the VM with FreeBSD packages needed to make the VM useful for test-against-dev fills the VM up to 16% of capacity.
[vagrant@experiment37 ~]$ df -H
Filesystem Size Used Avail Capacity Mounted on
xxxxxxxxxxx 31G 4.7G 24G 16% /
As discussed, to the extent that we can make this reproducible via inclusion in a Vagrantfile, we should do that. Otherwise, we'll need a list of instructions, which we should store under configs/.
The box we have been using as the basis for our VM, generic/freebsd11, is way too small for our needs. After only a few day's use, it was 63% full.
After two runs of test-against-dev processes, it was up to 86% full. Instead of a 31G (
df -H
) disk, we probably need 300 to 400 G.Based on web searches, it should be possible to write a Vagrantfile which, upon
vagrant up
, will be that large. Make it so.The text was updated successfully, but these errors were encountered: