pythonPackages.systemdspawner: init at 0.14

This commit is contained in:
Chris Ostrouchov
2020-08-10 10:03:43 -07:00
committed by Jon
parent 228f08035d
commit 2147589c7a
3 changed files with 43 additions and 2 deletions
@@ -67,8 +67,8 @@ in {
this is a python file.
'';
example = literalExample ''
c.SystemdSpawner.memory = "8G"
c.SystemdSpawner.cpus = "2"
c.SystemdSpawner.mem_limit = '8G'
c.SystemdSpawner.cpu_limit = 2.0
'';
};