diff options
author | terminaldweller <thabogre@gmail.com> | 2022-12-14 10:53:39 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2022-12-14 10:53:39 +0000 |
commit | dacd22720f0ad69ecaba7f3a9fb73dbbffc12e55 (patch) | |
tree | e51fd3d1a84c5101235a858ceb7846c2462ba655 /openbsd/Vagrantfile | |
parent | i2p (diff) | |
download | vagrantboxes-dacd22720f0ad69ecaba7f3a9fb73dbbffc12e55.tar.gz vagrantboxes-dacd22720f0ad69ecaba7f3a9fb73dbbffc12e55.zip |
fox in a box
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 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| |