Fixed
Details
Details
Assignee
Zac Spitzer
Zac SpitzerReporter
Zac Spitzer
Zac SpitzerLabels
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Sprint
None
Fix versions
Priority
Created 24 February 2025 at 12:26
Updated 27 February 2025 at 11:27
Resolved 27 February 2025 at 11:27
Older versions of java needed heap sizing to be passed to the jvm, the installer defaults to 25% of available memory
The installer defaults to min heap 256, max heap 512
Modern versions of java auto size based on the available memory, which is container aware
https://www.baeldung.com/java-docker-jvm-heap-size
Default them to blank
With windows sandbox, which has 4Gb of ram, without setting the parameters
before