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:
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
|
||||
'';
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue