TinyMUX

Fork dump

Configuration

CONFIG PARAMETER: fork_dump <yes/no>

DEFAULT: yes

Controls whether a @dump/flatfile export forks a child process to write the flatfile. Forking avoids blocking the game during the write, but uses more memory. Periodic WAL checkpoints (the normal @dump behavior) never fork regardless of this setting.

Related Topics: @dump, dump_interval.