cancel
Showing results for 
Search instead for 
Did you mean: 

CX_SHM_BUILD_FAILED short dump

former_member186752
Participant
0 Kudos

Hello all

Short dumps are generated on SolMan.

CX_SHM_BUILD_FAILED

CL_LMDB_MODEL_SHM_LOADER======CP

CX_SHM_OUT_OF_MEMORY

SYSTEM_NO_SHM_MEMORY

Following notes were checked but no solution so far:

1884797 - System is throwing runtime error "SYSTEM_NO_SHM_MEMORY"

Note 1322182 - Memory consumption of ABAP Shared Objects

Note 1582842 - Profile parameters for SAP Solution Manager 7.1

Any ideas?

Cheers

Accepted Solutions (0)

Answers (4)

Answers (4)

0 Kudos

Hello Marian

This dump usually occurs related to  abap/shared_objects_size_MB . When I encounter this dump, I  set it to 200 and restart the system , then the problem is solved. You can check and if it is not enough you can set it to a higher value  ideally between 100 and 500 ( According to Sap Note 1294406 can be even set to 650 ).

Please check the values of other parameters that are explained in the following note also, that you already found, so if there are lower values they can also be increased and activated with the restart.

Note 1582842 - Profile parameters for Solution Manager 7.1

zcsa/db_max_buftab >= 10000

zcsa/table_buffer_area >= 100000000

rsdb/cua/buffersize >= 10000

rtbb/buffer_length >= 60000

rsdb/ntab/irbdsize >= 15000

rsdb/ntab/ftabsize >= 60000

rsdb/ntab/entrycount >= 30000

abap/buffersize >= 500000

rdisp/max_wprun_time >= 3600

csi/enable = 0

rdisp/elem_per_queue >= 4000

cm/HTTP/j2ee_0 PREFIX=/,HOST=localhost,CONN=0-500,PORT=5$$00 ?

abap/shared_objects_size_MB >= 100

zcsa/presentation_buffer_area >= 20000000

system/type = DS

sap/bufdir_entries >= 10000

rsdb/obj/buffersize>= 50000

rsdb/obj/max_objects  >= 20000

1322182 - Speicherverbrauch der ABAP Shared Objects

1294406 - Dump SYSTEM_NO_SHM_MEMORY in Transportmanagement

232973 - Kurzdump SYSTEM_NO_SHM_MEMORY

Regards

Gülsen

karthikeyan_natarajan4
Active Contributor
0 Kudos

Hi Marian,

Have you seen this SAP KBA 1907112  - Shared Memory Short Dump 'CX_SHM_OUT_OF_MEMORY'

regards

kartik

Former Member
0 Kudos

Hi all,

I had a similar kind of issue and resolved it.

First of all look at the ABAP dump and note down on which application server the dump is being thrwon.

Then we need to Add the following parameters in the instance profile of that application server.

abap/shared_objects_size_MB

em/global_area_MB

The default value of abap/shared_objects_size_MB = 20 and em/global_area_MB = 512.

You can keep em/global_area_MB as default and keep doubling the value of abap/shared_objects_size_MB until abap dump stops i.e. value should increase 40>80>160.

Hope this would be helpful.

Regards,

Shashidhar.

Former Member
0 Kudos

Hi,

Please check this parameter.

ztta/rool_first = 1

Vivek_Hegde
Active Contributor
0 Kudos

Hi Marian,

Your system needs parameter tuning, or in worst case resizing the hardware... please contact the Basis consultant to take a look at the ST02 stats....

Regards,

Vivek