jupyterhub / systemdspawner

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

Write a configuration checker that ensures that appropriate kernel settings are enabled #5

Closed yuvipanda closed 8 years ago

yuvipanda commented 8 years ago

For memory & cpu limiting, we need support in the kernel. Steal from docker's check-config.sh script to make sure we warn people when they aren't actually getting memory and CPU limits even if they do set it.

yuvipanda commented 8 years ago

There's a script that does this now! Should incorporate it into the software itself tho