Short Dump MEMORY_NO_MORE_PAGING


Short dump MEMORY_NO_MORE_PAGING normally occurs if there is shortage of Page memory to perform the activity. You can verify this by checking memory usage in ST02.

As shown in below screen, if its issue with high Page memory usage, then value in column Max. Use [KB] & In Mem [KB] will be nearly same.

To address this issue you need to check the current value of parameter rdisp/PG_MAXFS & increase it to higher value.

For example, if current value of rdisp/PG_MAXFS is 256000, then you can increase it to 512000. Note that this parameter is maintain in 8KB block, thus actual memory requirement (in KB) will be value multiplied by 8 i.e. if parameter value is 512000, then actual memory value will be 4 GB.

Please note that previously this value was limited to 2 GB in 32-bit systems, but for 64-bit systems, there is no such limitation.

Reference : SAP Note 133909


You may also like...

Leave a Reply

Your email address will not be published. Required fields are marked *

error: Content is protected !!