jupyterhub / systemdspawner

Spawn JupyterHub single-user notebook servers with systemd
BSD 3-Clause "New" or "Revised" License
92 stars 45 forks source link

Add ability to set aside a slice for all the single user servers #11

Closed yuvipanda closed 1 year ago

yuvipanda commented 8 years ago

If we spawn all single user notebooks into a slice and set cpu / memory limits on that slice, we can guarantee that notebook users can never, individually or in aggregate, OOM a machine.

Ideally we would also be able to just create the slice transiently if it doesn't exist.

willingc commented 7 years ago

Should we close @yuvipanda?

consideRatio commented 1 year ago

I think this is resolved by #49, let's close!