aboutsummaryrefslogtreecommitdiffstats
path: root/openbsd
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2023-01-04 07:03:06 +0000
committerterminaldweller <thabogre@gmail.com>2023-01-04 07:03:06 +0000
commite2d2098fee1f0f2f6fcef43350c1979ad9ac477a (patch)
tree60aedfe7959f78ba96cc91c81b55cc20c2dea2fc /openbsd
parentfox in a box (diff)
downloadvagrantboxes-e2d2098fee1f0f2f6fcef43350c1979ad9ac477a.tar.gz
vagrantboxes-e2d2098fee1f0f2f6fcef43350c1979ad9ac477a.zip
update
Diffstat (limited to 'openbsd')
-rw-r--r--openbsd/Vagrantfile2
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|