Tuesday, 17 June 2014

/dev/shm size increase

Add or modify the below entry in /etc/fstab file



tmpfs                   /dev/shm                tmpfs   defaults,size=65g        0 0

Provide how much size do you required for shm, save and quit


bash#mount -o remount /dev/shm
 

Xclock: fatal:libgcc_s.so.1: open failed

Solution :

LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib:/usr/dt/lib:/usr/openwin/lib
export LD_LIBRARY_PATH