Question
LTIMindtree
LTIMindtree
IN
LTIMindtree
Posted: Dec 19, 2023
Last activity: Dec 21, 2023
Last activity: 21 Dec 2023 7:27 EST
Closed
GarbageCollection Argument for Java 11 version in Pega 8.8.3
Hi,
We are building new environment with Pega 8.8.3 version on Tomcat 9.0.62 using Java 11 version.
As the GC logs arguments are deprecated in java 11 version, can you please help with the new arguments to configure gc logs .
***Edited by Moderator Marissa to add Capability tags***
To see attachments, please log in.
@MAHESHP16952323
Hi! You can find JVM argument documentation in the online docs. For example, here's the Tomcat version: https://docs.pega.com/bundle/platform-88/page/platform/install/prepare-app-server-tomcat.html#ariaid-title5. You'll note there are no suggested GC settings; the default values are the best place to start.
However, your best bet (and the long term requirement) is to move to using Pega Docker images and Kubernetes, where this kind of configuration comes out of the box for you.