Skip to content

Presto: Fix for Java Automatic Memory Config (REPLACES #115)#117

Merged
simoneves merged 1 commit intomainfrom
seves/fixed_java_auto_memory_config
Oct 31, 2025
Merged

Presto: Fix for Java Automatic Memory Config (REPLACES #115)#117
simoneves merged 1 commit intomainfrom
seves/fixed_java_auto_memory_config

Conversation

@simoneves
Copy link
Copy Markdown
Contributor

@simoneves simoneves commented Oct 31, 2025

Previous attempts at allowing automatic memory config for Java mode failed, with the Coordinator failing to start, with errors of the form...

This turns out to be because there are two additional memory-related configs that were in the Native Coordinator
config but not in the Java one which turn out to be essential, in order for the memory assignment math to be correct and not suffer from the overflow described in the error.

Thanks to @paul-aiyedun for finding the fix.

Also fixes the Java config.properties file container mapping broken accidentally in #109.

@simoneves simoneves changed the title Presto: Fix for Java Automatic Memory Config Presto: Fix for Java Automatic Memory Config (REPLACES #115) Oct 31, 2025
@simoneves simoneves requested a review from Avinash-Raj October 31, 2025 23:08
@simoneves simoneves merged commit 1f08a96 into main Oct 31, 2025
3 checks passed
@simoneves simoneves deleted the seves/fixed_java_auto_memory_config branch October 31, 2025 23:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants