Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Dump SYSTEM_NO_SHM_MEMORY - parameter abap/shared_objects_size_MB is empty

Former Member
0 Likes
4,985

Hi gurus,

I'm getting a dump on my productive system because of some shared objects. The exact name of the error is SYSTEM_NO_SHM_MEMORY. I've checked the value of the parameter abap/shared_objects_size_MB and found that the maximal value is empty. Asking between my colleagues, I got to know that empty should mean "unlimited". Is this true? Has anybody out there had a similar problem before?

Thanks in advance for your help,

Jaime

3 REPLIES 3
Read only

Jelena_Perfiljeva
Active Contributor
0 Likes
866

Try searching OSS Notes and Google.

I can't comment whether the stated above is true, but try setting some value (e.g. abap/shared_objects_size_MB 200) or rather ask your Basis admin to do it and see if it helps.

Read only

_IvanFemia_
Active Contributor
0 Likes
866

Hi,

maybe shared memory is full.

Try transaction SHMA and select shared memory object then click monitor. Check the allocated vs occupied.

You can delete shared memory instances, but you have to be aware that all other users are not logged this activity could cause them a dump.

Regards,

Ivan

Read only

_IvanFemia_
Active Contributor
0 Likes
866

Double posting

Edited by: Ivan Femia on Sep 2, 2010 11:42 PM