This error comes up because you tried to use the Automatic Memory Management (AMM) feature of Oracle 11g R2. It seems that your shared memory filesystem (shmfs) is not big enough. In this case, you should increase shmfs.
1. Check shared memory filesystem size
# df -h
2. Remount and increase size
# umount tmpfs # mount -t tmpfs shmfs -o size=8192m /dev/shm
No comments:
Post a Comment