cancel
Showing results for 
Search instead for 
Did you mean: 

Manually Shared Memory Clear

Former Member
0 Kudos

Hi All,

We are facing issue issue in one shared memory ZCL_CRM_TERR_SHM_AREA.Sometimes multiple users accessing this same shared memory concurrently, the it overflow and causes the short dump:

No more storage space available for extending an internal table

I think changing memory parameter for a particular user is not a good idea.So I want to clear this shared memory..

So please suggest how can I do it.

Shivam

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member

Not a good idea to clear shared memory manually? Please review the short dump.

former_member189546
Active Contributor
0 Kudos

Hello,

Clearing shared memory will crash SAP ie cleanipc.

Need to increase memory parameters

Check notes...

146289 Parameter Recommendations for 64-Bit SAP Kernel

146528 "Configuration of R/3 on hosts with much RAM".

regards,

John Feely

Former Member
0 Kudos

Don't cleanup shared memory segments on a running system..

Investigate the dump. Most likely you can fix this by increasing some ztta/* parameters.

Kind regards,

Mark