jupyterhub / systemdspawner

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

Replace deprecated MemoryLimit with MemoryMax, remove fixme notes #127

Closed consideRatio closed 1 year ago

consideRatio commented 1 year ago

Closes #126 where I did an investigation related to the removed fixme notes.

This change should not be breaking because MemoryMax replaces MemoryLimit according to docs, and has been documented to do that since v243 at least. See #126 for investigative notes about that.

yuvipanda commented 1 year ago

Thanks a lot, @consideRatio! And thanks for the review, @behrmann!