feat: disable sf3 server
This commit is contained in:
parent
8fc518d422
commit
6b72e90c41
1 changed files with 1 additions and 1 deletions
|
|
@ -114,7 +114,7 @@ in {
|
||||||
};
|
};
|
||||||
|
|
||||||
sf3 = {
|
sf3 = {
|
||||||
enable = true;
|
enable = false;
|
||||||
jvmMaxAllocation = "24G";
|
jvmMaxAllocation = "24G";
|
||||||
jvmInitialAllocation = "2G";
|
jvmInitialAllocation = "2G";
|
||||||
jvmPackage = pkgs.openjdk8-bootstrap;
|
jvmPackage = pkgs.openjdk8-bootstrap;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue