in iDempiere, every time a user click to open the About Dialog a gc() call is executed.
This ticket is to add some extra information on the log about that event.
Environment
None
Activity
Carlos Ruiz
April 27, 2024 at 8:10 AM
Thanks @Heng Sin Low - pull request 2341 implements your suggestion to move that to a dedicated button on About dialog, just visible for System Admins.
Heng Sin Low
April 27, 2024 at 1:47 AM
(edited)
It is just there for developer testing. I guess we can make it a button to trigger gc and only show it for development mode. Or we can just remove it, it is not really an important/significant thing to have.
In practise, gc should be managed by JVM and we should not schedule it.
Carlos Ruiz
April 26, 2024 at 5:15 PM
Hi @Heng Sin Low - I created the pull request 2339 to show some information when executing gc()
However, I always have found curious why gc() is being called for any user opening the About dialog.
Maybe it would be better to move that to a specific menu process? That way the admin can execute it when needed, or even it can be scheduled.
in iDempiere, every time a user click to open the About Dialog a gc() call is executed.
This ticket is to add some extra information on the log about that event.