Update game-servers.nix
This commit is contained in:
parent
cbdb68aed9
commit
7183ccb02c
1 changed files with 2 additions and 1 deletions
|
|
@ -10,7 +10,6 @@
|
|||
environment = {
|
||||
SERVER_NAME = "Nordhammer.it Hytale Server";
|
||||
MAX_PLAYERS = "50";
|
||||
MEMORY = "8G"; # Increased from 4G to 8G
|
||||
ENABLE_BACKUP = "true";
|
||||
BACKUP_FREQUENCY = "30";
|
||||
PASSWORD = "DukeSmells";
|
||||
|
|
@ -20,6 +19,8 @@
|
|||
];
|
||||
extraOptions = [
|
||||
"--stop-timeout=30"
|
||||
"--memory=16g" # Docker memory limit
|
||||
"--memory-swap=16g" # Prevent swap usage
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue