Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.

Correct Memory Statistics

Avatar

Level 4

Hi,

We are seeing high memory utilization as reported by OS (RHEL). The free memory is shown as <10%. We then go felix console and do a GC. The memory used is decreased. However when we check this agan at OS level then the free memory is not changed at all.

How can this be explained as alerts are set at Linux memory level. 

Thanks,

Anil

3 Replies

Avatar

Level 2

Do you run GC using Offline Compaction? Also check the code to make sure there are no open connections you can check that using tools like JMeter. Please refer to performance tuning guidelines for more details.

https://docs.adobe.com/docs/en/aem/6-2/administer/content/assets/best-practices-for-assets/performan...

Avatar

Level 4

huzaifaha98521146 wrote...

Do you run GC using Offline Compaction? Also check the code to make sure there are no open connections you can check that using tools like JMeter. Please refer to performance tuning guidelines for more details.

https://docs.adobe.com/docs/en/aem/6-2/administer/content/assets/best-practices-for-assets/performan...

 

 

GC using the felix console link - /system/console/memusage

Avatar

Level 6

Hi Anil,

Which version of AEM using? We have faced this same problem in AEM5.6.1 the solution we started restarting the server everyday night after the tar optimization.  we tried to the see the reasons in thread dumps nothing help us to solve the problem and even we have added extra GC parameters to the start file. 

Thanks