cancel
Showing results for 
Search instead for 
Did you mean: 

BTC work-process Dies with error ShmCreate: Create (6,30720000000,1) failed

former_member217353
Participant
0 Kudos

Dear Experts,

BTC processes die after setting logout parameter in Instance profile.

if its memory related issue :

Windows Server 2008 r2

RAM : 16 GB

Max Paging :90480

Abap buffer Size : 30000000

dev_w18 log attached.






Thanks in Adv.

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos


Hi,

The issue is surely related to memory allocation where segment 6 represents PXA shared memory

ERROR => [CreateOsShm] CreateFileMapping(6,30000000 KB) failed with Err=1455

Kindly refer the below notes for further details

1790345 - PXA_NO_SHARED_MEMORY

1997262 - The shadow instance won't start up. System dev_w* trace
files highlight error message 1455

I sugest to consider the physical memory allocations at server level also for which you need to refer the installation guides on memory parameters for windows.

Regards,

Nikhil

Sriram2009
Active Contributor
0 Kudos

Hi Domnic

Kindly refer the SAP KBA for error message '

ERROR => [CreateOsShm] CreateFileMapping(6,30000000 KB) failed with Err=1455

              ERROR_COMMITMENT_LIMIT: The paging file is too small for this operation to complete. [shmnt.c      2263]

I  *** ERROR => ShmCreate: Create (6,30720000000,1) failed

1790345 - PXA_NO_SHARED_MEMORY

Regards

SS

divyanshu_srivastava3
Active Contributor
0 Kudos

Hi Domnic,


A  *** Allocation of PXA failed.

A  *** Shared Memory in size 639872K not available.

A  *** Stopping work process due to no

A  *** shared memory available.       

A  *** Please decrease value of profile parameter

A  *** abap/buffersize and restart the system.

A  *** For further information please refer to note 307976.

If you see the above the log, the allocation of PXA failed because shared memory in size 639872K in not available.

So, you need to decrease the value of abap/buffersize and refer SAP note 307976.

Have you tried that ?


Goto RZ11 and type this parameter to check the documentation of this this patameter.

Regards,

divyanshu_srivastava3
Active Contributor
0 Kudos

Also,

for error, which comes 1st..

A  ---PXA-------------------------------------------

A  PXA INITIALIZATION

A  System page size: 4kb, total admin_size: 2130692kb, dir_size: 266100kb.

I  *** ERROR => [CreateOsShm] CreateFileMapping(6,30000000 KB) failed with Err=1455

              ERROR_COMMITMENT_LIMIT: The paging file is too small for this operation to complete. [shmnt.c      2263]

I  *** ERROR => ShmCreate: Create (6,30720000000,1) failed [shmnt.c      535]

For that make sure you have enough paging memory in your windows system -

1790345 - PXA_NO_SHARED_MEMORY


Regards,

divyanshu_srivastava3
Active Contributor
0 Kudos

Hi Domnic,


A  *** Allocation of PXA failed.

A  *** Shared Memory in size 639872K not available.

A  *** Stopping work process due to no

A  *** shared memory available.       

A  *** Please decrease value of profile parameter

A  *** abap/buffersize and restart the system.

A  *** For further information please refer to note 307976.

If you see the above the log, the allocation of PXA failed because shared memory in size 639872K in not available.

So, you need to decrease the value of abap/buffersize and refer SAP note 307976.

Have you tried that ?


Goto RZ11 and type this parameter to check the documentation of this this patameter.

Regards,