diff --git a/environments/full-setup/Vagrantfile b/environments/full-setup/Vagrantfile
index de5e3ef3fb53f7d29abd64218fecd344856073a9..f84692a651cce619f6b8d293b7f7d5289e325679 100644
--- a/environments/full-setup/Vagrantfile
+++ b/environments/full-setup/Vagrantfile
@@ -13,14 +13,14 @@ servers=[
     :hostname => "agent1",
     :ip => "192.168.33.11",
     :box => "centos/8",
-    :ram => 512,
+    :ram => 1024,
     :cpu => 1
   },
   {
     :hostname => "agent2",
     :ip => "192.168.33.12",
     :box => "centos/8",
-    :ram => 512,
+    :ram => 1024,
     :cpu => 1
   },
   {
@@ -34,7 +34,7 @@ servers=[
     :hostname => "clouditor",
     :ip => "192.168.33.14",
     :box => "centos/8",
-    :ram => 512,
+    :ram => 1024,
     :cpu => 1
   }
 ]
@@ -50,4 +50,4 @@ Vagrant.configure(2) do |config|
           end
       end
   end
-end
\ No newline at end of file
+end