April 22, 2020
Estimated Post Reading Time ~ < 1 Min

Set the JVM Max, Min Heap and Perm size of JVM in AEM

Add the below details in start.bat/start.sh file of AEM:
CQ_JVM_OPTS='-server –Xms8192m –Xmx8192m -XX:MaxPermSize=1024M
whereas
  • Xms is Min heap - size can be increased depending on your instance RAM size
  • Xmx is Max heap - size can be increased depending on your instance RAM size
  • MaxPermSize size can be increased depending on your instance RAM size
  • finally, restart the instance.
aem4beginner.blogspot


By aem4beginner

No comments:

Post a Comment

If you have any doubts or questions, please let us know.

Ad Blocker Detected :(

Please consider supporting us by disabling your ad blocker.

Please Disable your adblocker and Refresh the page to view the site content.