on ‎2022 Mar 24 2:30 PM
Hi Experts. We are on Hybris 2011 and things are working fine until we open backoffice. Before opening backoffice, HAC shows used memory around 2GB but after opening backoffice, it goes up till 6GB. Any idea where can be this issue, is there any memory leak or something.
Request clarification before answering.
In which patch are you working?
Check for the fixed issues for 2011 on https://help.sap.com/viewer/eed845124da0491e875df8139c4e6e8c/2011/en-US/f9b65161e1e645249542e59f42f6...
There is a fix on 2011.3 with summary ECP-5615 - Backoffice memory leak due to RequestOperationContextHolder
And there are other fixes related with Backoffice, which may be the issue for you.
Be sure you are on the latest patch.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It depends on what you customized it actually. To understand that your customizations are the main cause, try commenting out your extensions from localextensions.xml and try to reproduce the issue. If it still goes up to 6GB, then your custom code may not be the main reason.
If the issue is easily reproducible on local environment, I suggest you to use memory profiling tools (e.g. VisualVM) to understand what causes high memory usage. It will not tell you the exact location of the problem, but it may guide you about the possible cause.
| User | Count |
|---|---|
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.