diff --git a/src/snooper/snooper_beacon_launcher.star b/src/snooper/snooper_beacon_launcher.star index 5ff83e1a7..fd0cc05b0 100644 --- a/src/snooper/snooper_beacon_launcher.star +++ b/src/snooper/snooper_beacon_launcher.star @@ -21,7 +21,7 @@ SNOOPER_USED_PORTS = { MIN_CPU = 10 MAX_CPU = 100 MIN_MEMORY = 10 -MAX_MEMORY = 300 +MAX_MEMORY = 600 def launch(plan, service_name, cl_context, node_selectors): diff --git a/src/snooper/snooper_engine_launcher.star b/src/snooper/snooper_engine_launcher.star index a77ed855f..4f818e201 100644 --- a/src/snooper/snooper_engine_launcher.star +++ b/src/snooper/snooper_engine_launcher.star @@ -21,7 +21,7 @@ SNOOPER_USED_PORTS = { MIN_CPU = 10 MAX_CPU = 100 MIN_MEMORY = 10 -MAX_MEMORY = 300 +MAX_MEMORY = 600 def launch(plan, service_name, el_context, node_selectors):