aboutsummaryrefslogtreecommitdiffstats
path: root/openbsd
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--openbsd/Vagrantfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsd/Vagrantfile b/openbsd/Vagrantfile
index 908c552..970bff9 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 = 1024
+MEMORY = 512
Vagrant.require_version '>= 2.2.6'
Vagrant.configure('2') do |config|