aboutsummaryrefslogtreecommitdiffstats
path: root/openbsd/Vagrantfile
diff options
context:
space:
mode:
Diffstat (limited to 'openbsd/Vagrantfile')
-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|