aboutsummaryrefslogtreecommitdiffstats
path: root/openbsd/Vagrantfile
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2022-12-14 10:53:39 +0000
committerterminaldweller <thabogre@gmail.com>2022-12-14 10:53:39 +0000
commitdacd22720f0ad69ecaba7f3a9fb73dbbffc12e55 (patch)
treee51fd3d1a84c5101235a858ceb7846c2462ba655 /openbsd/Vagrantfile
parenti2p (diff)
downloadvagrantboxes-dacd22720f0ad69ecaba7f3a9fb73dbbffc12e55.tar.gz
vagrantboxes-dacd22720f0ad69ecaba7f3a9fb73dbbffc12e55.zip
fox in a box
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 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|