From 90c6c15e0888d079bf2cac9abf77bf21aa5826ce Mon Sep 17 00:00:00 2001 From: Jose Ignacio Acin Pozo Date: Thu, 5 Sep 2024 12:44:36 +0100 Subject: [PATCH 1/2] Update 05_configuring-runtime.mdx Set example configuration for consolidator as true . There is no reason to ever set it to false to begin with. --- docs/03_server/07_consolidator/05_configuring-runtime.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/03_server/07_consolidator/05_configuring-runtime.mdx b/docs/03_server/07_consolidator/05_configuring-runtime.mdx index ec447e7412..0a31ffc83c 100644 --- a/docs/03_server/07_consolidator/05_configuring-runtime.mdx +++ b/docs/03_server/07_consolidator/05_configuring-runtime.mdx @@ -31,7 +31,7 @@ Here is an example configuration (the tags are explained in the page on the [pro -Xmx256m -DRedirectStreamsToLog=true -DXSD_VALIDATE=false -XX:MaxHeapFreeRatio=70 -XX:MinHeapFreeRatio=30 -XX:+UseG1GC -XX:+UseStringDeduplication -XX:OnOutOfMemoryError="handleOutOfMemoryError.sh %p" genesis-pal-consolidator global.genesis.pal.consolidator - false + true DEBUG,DATADUMP_ON pal From 86664e5dbd6bc3857c6328d65c2dfe96431345e2 Mon Sep 17 00:00:00 2001 From: Jose Ignacio Acin Pozo Date: Thu, 5 Sep 2024 12:46:02 +0100 Subject: [PATCH 2/2] also change versioned docs --- .../03_server/07_consolidator/05_configuring-runtime.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versioned_docs/version-previous/03_server/07_consolidator/05_configuring-runtime.mdx b/versioned_docs/version-previous/03_server/07_consolidator/05_configuring-runtime.mdx index ec447e7412..0a31ffc83c 100644 --- a/versioned_docs/version-previous/03_server/07_consolidator/05_configuring-runtime.mdx +++ b/versioned_docs/version-previous/03_server/07_consolidator/05_configuring-runtime.mdx @@ -31,7 +31,7 @@ Here is an example configuration (the tags are explained in the page on the [pro -Xmx256m -DRedirectStreamsToLog=true -DXSD_VALIDATE=false -XX:MaxHeapFreeRatio=70 -XX:MinHeapFreeRatio=30 -XX:+UseG1GC -XX:+UseStringDeduplication -XX:OnOutOfMemoryError="handleOutOfMemoryError.sh %p" genesis-pal-consolidator global.genesis.pal.consolidator - false + true DEBUG,DATADUMP_ON pal