Skip to content

Commit 1ddbfbb

Browse files
Increase the memory limit for Ubuntu-24 server.
1 parent 7ae65d2 commit 1ddbfbb

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

vagrant/ubuntu-linux-24-04/virtualbox/amd64/server/Vagrantfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Vagrant.configure("2") do |config|
6969
vb.gui = false
7070

7171
# Allocate memory to the virtual machine.
72-
vb.memory = "2048"
72+
vb.memory = "4096"
7373

7474
# Allocate processors to the virtual machine.
7575
vb.cpus = "1"

vagrant/ubuntu-linux-24-04/virtualbox/arm64/server/Vagrantfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Vagrant.configure("2") do |config|
6969
vb.gui = false
7070

7171
# Allocate memory to the virtual machine.
72-
vb.memory = "2048"
72+
vb.memory = "4096"
7373

7474
# Allocate processors to the virtual machine.
7575
vb.cpus = "1"

vagrant/ubuntu-linux-24-04/vmware/amd64/server/Vagrantfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Vagrant.configure("2") do |config|
6666
vf.gui = false
6767

6868
# Allocate memory to the virtual machine.
69-
vf.memory = "2048"
69+
vf.memory = "4096"
7070

7171
# Allocate processors to the virtual machine.
7272
vf.cpus = "1"

vagrant/ubuntu-linux-24-04/vmware/arm64/server/Vagrantfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Vagrant.configure("2") do |config|
6666
vf.gui = false
6767

6868
# Allocate memory to the virtual machine.
69-
vf.memory = "2048"
69+
vf.memory = "4096"
7070

7171
# Allocate processors to the virtual machine.
7272
vf.cpus = "1"

0 commit comments

Comments
 (0)