mirror of
https://github.com/pyrohost/pyrodactyl.git
synced 2026-04-06 04:01:58 +02:00
fix: combine memory limit and overhead memory for wings
This commit is contained in:
@@ -53,8 +53,7 @@ class ServerConfigurationStructureService
|
||||
'invocation' => $server->startup,
|
||||
'skip_egg_scripts' => $server->skip_scripts,
|
||||
'build' => [
|
||||
'memory_limit' => $server->memory,
|
||||
'overhead_memory' => $server->overhead_memory,
|
||||
'memory_limit' => $server->memory + $server->overhead_memory,
|
||||
'swap' => $server->swap,
|
||||
'io_weight' => $server->io,
|
||||
'cpu_limit' => $server->cpu,
|
||||
|
||||
Reference in New Issue
Block a user