From b6c0edd7f3e0dec888efe1d1a48af0e4c614b9ff Mon Sep 17 00:00:00 2001 From: Dmitry Date: Thu, 28 Dec 2023 21:13:25 +0700 Subject: [PATCH] Update cupboard.json --- config/cupboard.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/cupboard.json b/config/cupboard.json index 3595b9c11..b52c47299 100644 --- a/config/cupboard.json +++ b/config/cupboard.json @@ -10,5 +10,9 @@ "logOffthreadEntityAdd": { "desc:": "Entities should only be added on the server thread itself, cupboard fixes the crashes caused by mods violating that, this option enables the logging of those: default:true", "logOffthreadEntityAdd": true + }, + "forceHeapDumpOnOOM": { + "desc:": "Enables creating a heap dump automatically once the game crashes with an out of memory issue, use with care heapdumps take a lot of space. default:false", + "forceHeapDumpOnOOM": false } } \ No newline at end of file