Starting check for /dev/shm mounted as temporary file system ...
ERROR:
PRVE-0426 : The size of in-memory file system mounted as /dev/shm is "998" megabytes which is less than the required size of "2048" megabytes on node ""
PRVE-0426 : The size of in-memory file system mounted as /dev/shm is "998" megabytes which is less than the required size of "2048" megabytes on node ""
Check for /dev/shm mounted as temporary file system failed
Fix:-
[root@rac2 ~]# mount -o remount,size=2G /dev/shm
[root@rac2 ~]# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/sda3 26G 12G 13G 50% /
/dev/sda1 99M 46M 49M 49% /boot
tmpfs 2.0G 0 2.0G 0% /dev/shm
ERROR:
PRVE-0426 : The size of in-memory file system mounted as /dev/shm is "998" megabytes which is less than the required size of "2048" megabytes on node ""
PRVE-0426 : The size of in-memory file system mounted as /dev/shm is "998" megabytes which is less than the required size of "2048" megabytes on node ""
Check for /dev/shm mounted as temporary file system failed
Fix:-
[root@rac2 ~]# mount -o remount,size=2G /dev/shm
[root@rac2 ~]# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/sda3 26G 12G 13G 50% /
/dev/sda1 99M 46M 49M 49% /boot
tmpfs 2.0G 0 2.0G 0% /dev/shm
No comments:
Post a Comment