From 9a1a8e9bcc4ebe52762372b3ce0b98d0cbffba2a Mon Sep 17 00:00:00 2001 From: Barnabas Busa Date: Mon, 8 Apr 2024 10:32:03 +0200 Subject: [PATCH] fix: increase mem limit of snooper --- src/snooper/snooper_beacon_launcher.star | 2 +- src/snooper/snooper_engine_launcher.star | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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):