Hello,
Before posting this question, I would like request all that please don't advise to contact functional team as I know below issue is functional and it was resolved by applying some snote. However, from Basis perspective I found below situation very strange and hence looking your suggestion from basis front only. Thanks in advance!!
Whenever the report “Z runs on application servers the job runs for 10 seconds and terminates with a memory dump and the application this was executed on does not seem to have any performance impact. But when the same report is executed on CI it generates the same memory dump but the report runs for over 1000 seconds, hangs the CI from both SAP level and OS level, hangs all our putty session and SAP sessions and paging disks reach 100% utilization. Need you help to understand why report behaves this way only on the CI and causes it to almost crash but on the application server.
It throws SYSTEM_NO_ROLL dump in every execution.
Also, found difference in terms of the few memory parameters set in CI and application server.
Parameters | app server | CI |
ztta/roll_area | 6500000 | 6500000 |
ztta/roll_extension | 2000000000 | 4000000000 |
abap/heap_area_total | 8000000000 | 10000000000 |
abap/heap_area_dia | 6000000000 | 2000000000 |
abap/heap_area_nondia | 2000000000 | 8000000000 |
em/initial_size_MB | 8192 | 8192 |
abap/heaplimit | 60000000 | 20000000 |
Any suggestion on what could be the reason for this strange behavior of CI when compared to other application server when same work is performed on both?
Regards,
NK