Skip to content

Commit

Permalink
propagate cpu/mem default changes from prior version
Browse files Browse the repository at this point in the history
  • Loading branch information
agt committed Feb 23, 2024
1 parent ead67e1 commit ac5df17
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions start-workers.sh
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#!/bin/bash

NUM_WORKERS=1
NUM_WORKERS=2

WORKER_CPU_REQUEST=1
WORKER_CPU_LIMIT=2
WORKER_MEM_REQUEST=2048M
WORKER_MEM_LIMIT=2048M
WORKER_CPU_REQUEST=3
WORKER_CPU_LIMIT=3
WORKER_MEM_REQUEST=8192M
WORKER_MEM_LIMIT=8192M
WORKER_GPU_COUNT=0

IMAGE=${JUPYTER_IMAGE_SPEC:-${DOCKER_IMAGE}}
Expand Down

0 comments on commit ac5df17

Please sign in to comment.