> > Hi List. > My problem is the next: my dir. /tmp (swap) it was to 100%: > swap 1146136 1146136 0 100% /tmp
In this example you've got about 1GB of virtual memory in /tmp that cannot be used by other programs. /tmp is very fast, but using it for too much data will cause problems. You don't give any other information about the system, so it's difficult to guess if 1GB is big or small on this system. > When happens that(while was possible execute commands) , i do execute rm > command for all files of tmp successful, but when display the FS with df > -k sintaxis, the dir /tmp still to 100%, Did the files really go away? Does df still show 1GB in use? > without can executes any command additional later. (can“t fork(process) > execute). > How can i do free swap area without reboot my server?? Find the real culprit. If a process has allocated all the system memory, you have to get it to release the memory or kill it. 'ps' is a good place to start. -- Darren Dunham [EMAIL PROTECTED] Senior Technical Consultant TAOS http://www.taos.com/ Got some Dr Pepper? San Francisco, CA bay area < This line left intentionally blank to confuse you. > _______________________________________________ Solaris-Users mailing list [email protected] http://www.filibeto.org/mailman/listinfo/solaris-users
