cancel
Showing results for 
Search instead for 
Did you mean: 

how to resolve SWAP usage problems

former_member612721
Participant
0 Kudos

Hello SAP Community,

We have a problem regarding swap space on one of our SAP ABAP systems

It is using too much of swap space

This linux server hosts 2 SAP ABAP systems, one of which is using significantly more swap space

cat /etc/SuSE-release
SUSE Linux Enterprise Server 11 (x86_64)
VERSION = 11
PATCHLEVEL = 4

Does restarting the system help - And how can we avoid this issue happening in the future?

Thanks in advance

bharathyp
Active Participant
0 Kudos

Could you provide your Kernel Version. Tks

Accepted Solutions (0)

Answers (2)

Answers (2)

isaias_freitas
Advisor
Advisor

Hello Alexandru,

Restarting SAP might help, depending on its memory parameterization. But the issue would come back over time.

I believe that you would have two options to tackle the high swap usage issue:

  1. Add more memory (RAM) to the server/VM; or
  2. Tune the SAP memory parameters (reducing the memory usage), so each SAP system does not use too much memory, avoiding the need to use swap space. This might lead to other issues, though, depending on your requirements for each SAP system.

Regards,

Isaías

Sriram2009
Active Contributor
0 Kudos

Hi Alexandru.

Kindly refer the SAP help link which tell about function of the SAP Memory Management system, based this link you can define the memory parameters on your SAP instance.

https://help.sap.com/doc/saphelp_nw70/7.0.31/en-US/02/96279d538111d1891b0000e8322f96/content.htm?no_...

Regards

SS