diff options
author | terminaldweller <thabogre@gmail.com> | 2023-01-04 07:03:06 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2023-01-04 07:03:06 +0000 |
commit | e2d2098fee1f0f2f6fcef43350c1979ad9ac477a (patch) | |
tree | 60aedfe7959f78ba96cc91c81b55cc20c2dea2fc /openbsd/Vagrantfile | |
parent | fox in a box (diff) | |
download | vagrantboxes-e2d2098fee1f0f2f6fcef43350c1979ad9ac477a.tar.gz vagrantboxes-e2d2098fee1f0f2f6fcef43350c1979ad9ac477a.zip |
update
Diffstat (limited to 'openbsd/Vagrantfile')
-rw-r--r-- | openbsd/Vagrantfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsd/Vagrantfile b/openbsd/Vagrantfile index 970bff9..086c176 100644 --- a/openbsd/Vagrantfile +++ b/openbsd/Vagrantfile @@ -4,7 +4,7 @@ ENV['VAGRANT_DEFAULT_PROVIDER'] = 'libvirt' MOUNT_POINT = '/home/vagrant/ff' CPU_COUNT = 1 -MEMORY = 512 +MEMORY = 128 Vagrant.require_version '>= 2.2.6' Vagrant.configure('2') do |config| |