mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
Don't set a memory limit by default
Users should set up their own memory limits after install. Better than a surprise when they try using more than 1G.
This commit is contained in:
@@ -28,7 +28,7 @@ default = {
|
|||||||
'admin': [],
|
'admin': [],
|
||||||
},
|
},
|
||||||
'limits': {
|
'limits': {
|
||||||
'memory': '1G',
|
'memory': None,
|
||||||
'cpu': None,
|
'cpu': None,
|
||||||
},
|
},
|
||||||
'http': {
|
'http': {
|
||||||
|
|||||||
Reference in New Issue
Block a user