From e2d2098fee1f0f2f6fcef43350c1979ad9ac477a Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Wed, 4 Jan 2023 10:33:06 +0330 Subject: update --- openbsd/Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbsd/Vagrantfile') 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| -- cgit v1.2.3