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