Fixed
Details
Assignee
Zac SpitzerZac SpitzerReporter
Zac SpitzerZac SpitzerNew 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
NoneFix versions
Priority
New
Details
Details
Assignee
Zac Spitzer
Zac SpitzerReporter
Zac Spitzer
Zac SpitzerNew 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 11 January 2025 at 08:48
Updated 23 January 2025 at 17:48
Resolved 11 January 2025 at 11:03
The background controller thread runs a
System.GC()
every 5 minutes.With modern JVMs, it’s better to let the JVM manage this itself, which is considered best practise.
Add the ability to re-enable via
LUCEE_CONTROLLER_GC
/lucee.controller.gc
which defaults to falseWhen enabled, it should run after all other controller processes to GC scope expiry etc