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

Shared Memory Limitations

Former Member
0 Likes
1,042

Hello all,

Can anyone explain to me what are the limitations of shared memory? I want to know the size limitations, how SAP is affected when there are a lot of shared memory areas or few shared memory areas which occupy huge space.

1 ACCEPTED SOLUTION
Read only

Clemenss
Active Contributor
0 Likes
837

Hi Abishek,

this may need in-depth knowledge of your systems architecture and usage. The shared memory pools may be adjusted using [profile parameters|http://help.sap.com/erp2005_ehp_04/helpdata/EN/c4/3a6f41505211d189550000e829fbbd/frameset.htm].

Regards,

Clemens

4 REPLIES 4
Read only

Clemenss
Active Contributor
0 Likes
838

Hi Abishek,

this may need in-depth knowledge of your systems architecture and usage. The shared memory pools may be adjusted using [profile parameters|http://help.sap.com/erp2005_ehp_04/helpdata/EN/c4/3a6f41505211d189550000e829fbbd/frameset.htm].

Regards,

Clemens

Read only

Former Member
0 Likes
837

Thank you, that throws some light on memory limits. But I want to know what happens when you have huge number of shared memory areas occupying large amounts of memory. Will it make SAP more sluggish (something which windows XP does when you open a lot of windows )?

Read only

0 Likes
837

I don't think the resources are granted in such way that your Application Server would slow down. This is set by admin and as long as the memory size is resonably assigned there should be no such issues. However, once you reach max size anticipated for use you might either not be able to write anything else or result with some runtime error. Not sure, never tested it that way but for sure you will have to maintain it manually to use it furhter.

Refer SHMA documentation it should explain the behaviour in such cases.

Regards

Marcin

Read only

Former Member
0 Likes
837

That's helpful. Thank you.