We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b753289 commit 8d3668aCopy full SHA for 8d3668a
1 file changed
site-content/docker-entrypoint.sh
@@ -216,7 +216,7 @@ generate_site_yaml() {
216
render_site_content_to_html() {
217
pushd "${CASSANDRA_WEBSITE_DIR}/site-content" > /dev/null
218
log_message "INFO" "Building the site HTML content."
219
- antora --generator antora-site-generator-lunr site.yaml
+ NODE_OPTIONS="--max-old-space-size=4096" antora --generator antora-site-generator-lunr site.yaml
220
log_message "INFO" "Rendering complete!"
221
popd > /dev/null
222
}
@@ -470,4 +470,4 @@ fi
470
if [ "${COMMAND_PREVIEW}" = "run" ]
471
then
472
run_preview_mode
473
-fi
+fi
0 commit comments