We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15f7e91 commit b353c5cCopy full SHA for b353c5c
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 site.yaml
+ NODE_OPTIONS="--max-old-space-size=4096" antora site.yaml
220
log_message "INFO" "Rendering complete!"
221
popd > /dev/null
222
}
@@ -458,4 +458,4 @@ fi
458
if [ "${COMMAND_PREVIEW}" = "run" ]
459
then
460
run_preview_mode
461
-fi
+fi
0 commit comments