cancel
Showing results for 
Search instead for 
Did you mean: 

shared memory on windows

Former Member
0 Kudos

Hello Experts

how to know that shared memory is full in windows? and how to clean this?generally we do restart, without restart how can we clean the shared memory?

in linux to see shared memory we use ipcs -a

to clean shared memory we use cleanipc <instanceno> remove

awaiting for ur reply,thanks in advance

Accepted Solutions (1)

Accepted Solutions (1)

former_member188883
Active Contributor
0 Kudos

Hi,

In windows you can use task manger to find out CPU and RAM utilization. Ensure that you have sufficient Swap memory configured in your system. Ideal practise is Swap = 3 x RAM.

Hope this helps.

Regards,

Deepak Kori

Former Member
0 Kudos

Hi,

As deepak said you can check the your shared memory and CPU utilization in your task manager.

Paging size should be as follows.

Paging file size 1 times RAM plus 14 GB To check paging file size:

1. Right-click My Computer and choose

Properties.

2. Choose Advanced Performance

Settings .

3. If required, in section Virtual

Memory, choose Change.

For more information on the memory

requirements of the Virtual Machine

(VM) Container, see SAP Note

1049245.

Please refer SAP standard installation guides.

I hope it will help you.

Regards,

Kiran .V

Answers (2)

Answers (2)

former_member189546
Active Contributor
0 Kudos

Hello,

Most installations dont have vmc enabled

Main note for memory on windows is

88416

regards,

John Feely

Former Member
0 Kudos

See if this old discussion thread helps you a bit

Thanks

Former Member
0 Kudos

thanq somuch...