Skip to content
This repository has been archived by the owner on Jun 22, 2021. It is now read-only.

Commit

Permalink
Increase eecs hub limit some more
Browse files Browse the repository at this point in the history
Users are consistently using at least 4G. Increasing the
guarantee earlier makes sure they get at least that. However,
I want to set the limit higher to see how much they actually
use.

Ref #1505
  • Loading branch information
yuvipanda committed Jul 9, 2020
1 parent 4af7afb commit 31bdf7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployments/eecs/config/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@ jupyterhub:
subPath: "_eecs/{username}"
memory:
guarantee: 4G
limit: 4G
limit: 8G
image:
name: gcr.io/ucb-datahub-2018/eecs-user-image

0 comments on commit 31bdf7f

Please sign in to comment.