Skip to content

Commit

Permalink
fix: increase mem limit of snooper (#546)
Browse files Browse the repository at this point in the history
  • Loading branch information
barnabasbusa authored Apr 8, 2024
1 parent 953741d commit 6ba5770
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/snooper/snooper_beacon_launcher.star
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down
2 changes: 1 addition & 1 deletion src/snooper/snooper_engine_launcher.star
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 6ba5770

Please sign in to comment.