‎2010 Sep 01 4:17 PM
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
‎2010 Sep 02 9:22 PM
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.
‎2010 Sep 02 10:33 PM
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
‎2010 Sep 02 10:41 PM