File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ singleuser:
2323 capacity : 2Gi
2424 cpu :
2525 limit : 1
26- guarantee : 0
26+ guarantee : 0.02
2727 memory :
2828 limit : 0.5G
2929 guarantee : 0.1G
Original file line number Diff line number Diff line change @@ -56,8 +56,8 @@ singleuser:
5656 homeMountPath : /opt/user
5757 extraLabels : {}
5858 cpu :
59- limit : 0. 1
60- guarantee : 0
59+ limit : 1
60+ guarantee : 0.02
6161 memory :
6262 limit : 0.5G
6363 guarantee : 0.1G
Original file line number Diff line number Diff line change @@ -22,3 +22,10 @@ harness:
2222
2323 c.JupyterHub.tornado_settings = { "headers": { "Content-Security-Policy": "frame-ancestors 'self' localhost:3000 *.osb.local osb.local localhost *.metacell.us *.opensourcebrain.org "}}
2424
25+ singleuser :
26+ cpu :
27+ limit : 0.1
28+ guarantee : 0.02
29+ memory :
30+ limit : 0.5G
31+ guarantee : 0.1G
Original file line number Diff line number Diff line change @@ -18,4 +18,11 @@ harness:
1818 c.JupyterHub.tornado_settings = { "headers": { "Content-Security-Policy": "frame-ancestors 'self' localhost:3000 *.osb.local localhost *.metacell.us *.opensourcebrain.org "}}
1919 dependencies :
2020 hard :
21- - jupyterhub
21+ - jupyterhub
22+ singleuser :
23+ cpu :
24+ limit : 1
25+ guarantee : 0.02
26+ memory :
27+ limit : 1G
28+ guarantee : 0.5G
You can’t perform that action at this time.
0 commit comments