Skip to content

Optimized JVM performance settings for Java 25#830

Merged
amitjoy merged 1 commit intomainfrom
feature/829
Feb 13, 2026
Merged

Optimized JVM performance settings for Java 25#830
amitjoy merged 1 commit intomainfrom
feature/829

Conversation

@amitjoy
Copy link
Owner

@amitjoy amitjoy commented Feb 13, 2026

Enabled compact object headers and generational Shenandoah GC to improve memory efficiency and runtime performance. Updated build configurations and runtime scripts to ensure consistent JVM flag application for Java 25. Adjusted memory constraints by setting a maximum RAM percentage for better resource management.

Closes #829

Enabled compact object headers and generational Shenandoah GC to improve memory efficiency and runtime performance.
Updated build configurations and runtime scripts to ensure consistent JVM flag application for Java 25.
Adjusted memory constraints by setting a maximum RAM percentage for better resource management.

Closes #829
@amitjoy amitjoy merged commit bdf5b87 into main Feb 13, 2026
1 of 3 checks passed
@amitjoy amitjoy deleted the feature/829 branch February 13, 2026 14:23
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.

Improve Performance with Java 25 Optimization Flags (Compact Headers & Shenandoah GC)

1 participant