0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 13:40:28 +03:00

pythonPackages.systemdspawner: init at 0.14

This commit is contained in:
Chris Ostrouchov 2020-08-06 07:52:39 -04:00 committed by Jon
parent 228f08035d
commit 2147589c7a
3 changed files with 43 additions and 2 deletions

View file

@ -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
'';
};