Mitchell Laks put forth on 1/5/2010 1:34 AM: > While I can continue to do this, but it goes against the grain. Is there > some system command to free the > shared memory so that postgresql will start again without rebooting?
Try these: To free pagecache: # echo 1 > /proc/sys/vm/drop_caches To free dentries and inodes: # echo 2 > /proc/sys/vm/drop_caches To free pagecache, dentries and inodes: echo 3 > /proc/sys/vm/drop_caches -- Stan -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org