mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 02:08:21 +00:00
Merge branch 'master' into mcpe-1.2
This commit is contained in:
@ -62,6 +62,12 @@ memory:
|
||||
#Trigger on low memory
|
||||
low-memory-trigger: true
|
||||
|
||||
#Settings controlling memory dump handling.
|
||||
memory-dump:
|
||||
#Dump memory from async workers as well as the main thread. If you have issues with segfaults when dumping memory, disable this setting.
|
||||
dump-async-worker: true
|
||||
|
||||
|
||||
max-chunks:
|
||||
#Maximum render distance per player when low memory is triggered
|
||||
chunk-radius: 4
|
||||
|
Reference in New Issue
Block a user