Skip to content
Snippets Groups Projects
Unverified Commit ecec22a1 authored by Vincent Sellier's avatar Vincent Sellier
Browse files

thanos: Increase the allocated memory to avoid OOM killer

parent cf93d7f7
No related branches found
No related tags found
1 merge request!22thanos: Increase the allocated memory to avoid OOM killer
......@@ -197,8 +197,8 @@ module "thanos" {
hypervisor = "branly"
sockets = "1"
cores = "4"
memory = "4096"
balloon = "1024"
memory = "8192"
balloon = "4096"
networks = [{
id = 0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment