mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-07 05:27:13 -06:00
feat: gimped non-crypto services
This commit is contained in:
parent
4622ec9009
commit
6637dc4872
4 changed files with 9 additions and 9 deletions
|
|
@ -41,9 +41,9 @@ in
|
|||
autostart = true;
|
||||
config =
|
||||
let
|
||||
ceresCpu = 45;
|
||||
ceresCpu = 40;
|
||||
erisCpu = 5;
|
||||
marsCpu = 20;
|
||||
marsCpu = 18;
|
||||
deimosCpu = 5;
|
||||
phobosCpu = 5;
|
||||
|
||||
|
|
@ -78,7 +78,7 @@ in
|
|||
num = 1024;
|
||||
ceresRam = num * 50;
|
||||
erisRam = num * 7;
|
||||
marsRam = num * 24;
|
||||
marsRam = num * 22;
|
||||
deimosRam = num * 7;
|
||||
phobosRam = num * 7;
|
||||
in
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue