Skip to content
Snippets Groups Projects
Commit 0bc1f0b7 authored by Zitnik, Anze's avatar Zitnik, Anze
Browse files

Change RAM size of multiple machines to 1G because of clamav timeouts issue

parent 13c1e96f
No related branches found
No related tags found
No related merge requests found
......@@ -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
}
]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment