Skip to content

Commit

Permalink
Merge pull request #5216 from DS-100/reduce-ram
Browse files Browse the repository at this point in the history
reduce RAM limit (project A2)
  • Loading branch information
balajialg authored Nov 13, 2023
2 parents dc7c638 + 17a8c7d commit 28cf1d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deployments/data100/config/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ jupyterhub:
subPath: _shared
readOnly: true
memory:
guarantee: 4G
limit: 4G
guarantee: 2G
limit: 2G
image: {}

custom:
Expand Down

0 comments on commit 28cf1d3

Please sign in to comment.