cancel
Showing results for 
Search instead for 
Did you mean: 

Shared Memory

Former Member
0 Kudos

Hi All,

Can anybody tell me "What exactly the meaning of Shared Memory Flushing and how to perform that?

best regards,

Vikram

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Vikram,

Shared memory is memory that can be used by different processes as opposed to private memory which can only be used by the process that creates it.

If you want to clear the shared memory ( Unix ) please do the following

1) Shutdown R3

2) Cleanipc <instance #> remove

3) restart R3

Thanks

Prince Jose

PS: Points appreciated

Answers (1)

Answers (1)

markus_doehr2
Active Contributor
0 Kudos

For more info about Shared Memory generally check

http://en.wikipedia.org/wiki/Shared_memory

--

Markus