You can find this common dump in ST22 the abap dump memory no more paging.
Commonly the rdisp\PG_MAXFS
got to do with this dump appearing, I mean not that because of this parameter wrongly
setup the dump is appearing but rather it relates directly to your filesystem
where the paging file is located and its became full at the moment a program
that was executed caused surge in the utilization of paging space.
You also want to directly visit SAP Note as below to gain more indepth information
1563748 – memory_no_more_paging dumps
Please also use suggested keyword to search for your SAP memory dumps related to paging space.
PAGFIL<NR>.DAT Windows Unix Linux ST02 rdisp/PG_MAXFS rdisp/PG_SHM page area max usage in memory on disk, MEMORY, DUMP, ST22, Paging, Performance , KBA , BC-CST-MM , Memory Management , Problem
Issue – Most cases if it’s a customize program then it 50% or more relates to coding issue however within the customization of the program execution, variant selection are maybe set to * to certain field causing such issues.
While exploring further i notice some bloggers also wrote up similar contents
Solution ( out of the box )
1. Fix your
program if its customized one
2. Teach the
end user on proper usage of either standard or customize programs
Standard solution:
Mostly Basis are required to check
ST02 buffer to find out and analyse the proper requirement of the paging space,
however again that assumption can’t be blindly used as there are many aspects
to consider, such as if ST02 only relates to 1 program then it’s a NO to tweak
paging space but rather the program.
No comments:
Post a Comment