Commit 6ba57700 authored by Barnabas Busa's avatar Barnabas Busa Committed by GitHub

fix: increase mem limit of snooper (#546)

parent 953741d8
...@@ -21,7 +21,7 @@ SNOOPER_USED_PORTS = { ...@@ -21,7 +21,7 @@ SNOOPER_USED_PORTS = {
MIN_CPU = 10 MIN_CPU = 10
MAX_CPU = 100 MAX_CPU = 100
MIN_MEMORY = 10 MIN_MEMORY = 10
MAX_MEMORY = 300 MAX_MEMORY = 600
def launch(plan, service_name, cl_context, node_selectors): def launch(plan, service_name, cl_context, node_selectors):
......
...@@ -21,7 +21,7 @@ SNOOPER_USED_PORTS = { ...@@ -21,7 +21,7 @@ SNOOPER_USED_PORTS = {
MIN_CPU = 10 MIN_CPU = 10
MAX_CPU = 100 MAX_CPU = 100
MIN_MEMORY = 10 MIN_MEMORY = 10
MAX_MEMORY = 300 MAX_MEMORY = 600
def launch(plan, service_name, el_context, node_selectors): def launch(plan, service_name, el_context, node_selectors):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment