Skip to content

Commit

Permalink
Update start-workers.sh for PA2
Browse files Browse the repository at this point in the history
  • Loading branch information
SumanthRH authored Feb 18, 2024
1 parent 9748f27 commit efa9575
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions start-workers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ fi

NUM_WORKERS=1

WORKER_CPU_REQUEST=1
WORKER_CPU_LIMIT=2
WORKER_MEM_REQUEST=2048M
WORKER_MEM_LIMIT=2048M
WORKER_CPU_REQUEST=8
WORKER_CPU_LIMIT=8
WORKER_MEM_REQUEST=16384M
WORKER_MEM_LIMIT=16384M
WORKER_GPU_COUNT=0

# Jupyter pod's stop hook _should_ delete the deployment, but check again just in case
Expand Down

0 comments on commit efa9575

Please sign in to comment.