minecraft: Limit to a single core instead of limiting the quota

Minecraft is anyway supposed to be single-threaded, so if it goes
beyond one core something is very wrong.
pull/52/head
Tristan Daniël Maat 2021-08-27 18:09:43 +01:00
parent 4fe3b8b22b
commit 6bc37ebdae
Signed by: tlater
GPG Key ID: 49670FD774E43268
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ in {
};
};
extraOptions = [ "--cpu-quota=90000" ];
extraOptions = [ "--cpus=1.0" ];
autoStart = false;
ports = [ "25565:25565" ];
volumes = [