Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

adjust shared memory filesystem

Roger25Jun 22 2013 — edited Jun 22 2013

Hi,

I read here http://www.oracle-base.com/articles/11g/automatic-memory-management-11gr1.php

,this:

To adjust the shared memory file system size issue the following commands, specifying the required size of shared memory.

# umount tmpfs

# mount -t tmpfs shmfs -o size=1200m /dev/shm

I want to know, how this can be done in Windows? So what's the equivalent in Windows for this? And as per Windows, what is "shared memory"? There's no such term in the Windows API.

Thanks.

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 20 2013
Added on Jun 22 2013
2 comments
373 views