Skip to content

Commit

Permalink
Allocate half of a CPU per user session
Browse files Browse the repository at this point in the history
This value was changed, as the puppet nodes are being taken out of
service and so, there will be a higher number of user sessions running
in the SWAN kubernetes cluster.

Therefore, taking into account the maximum number of CPUs available, it
was decided to allocate half of a CPU per user session, to allow for
more user sessions to be scheduled.
  • Loading branch information
PMax5 committed Jan 17, 2024
1 parent 1eb8a25 commit b963389
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion swan-cern/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ swan:
jupyterhub:
singleuser:
cpu:
guarantee: 1
guarantee: 0.5
scheduling:
userPods:
nodeAffinity:
Expand Down

0 comments on commit b963389

Please sign in to comment.