/tmp: File system full, swap space limit exceeded


 
Thread Tools Search this Thread
Operating Systems Solaris /tmp: File system full, swap space limit exceeded
# 1  
Old 03-18-2007
/tmp: File system full, swap space limit exceeded

Can you help. My server sunning solaris 9 on x86 platform pretty much hung for a few hours... I could not use telnet or ssh to the box - it kept refusing connection. A few hours later - I was able to log in again.

The server has not rebooted but here are the first errors in the messages log file:

Mar 17 19:01:01 host11 tmpfs: [ID 518458 kern.warning] WARNING: /tmp: File system full, swap space limit exceeded
Mar 17 19:06:13 host11 last message repeated 154 times
Mar 17 19:07:39 host11 tmpfs: [ID 518458 kern.warning] WARNING: /tmp: File system full, swap space limit exceeded
Mar 17 19:11:00 host11 last message repeated 606 times
Mar 17 19:11:00 host11 genunix: [ID 470503 kern.warning] WARNING: Sorry, no swap space to grow stack for pid 27435 (ssh)
Mar 17 19:11:12 host11 tmpfs: [ID 518458 kern.warning] WARNING: /tmp: File system full, swap space limit exceeded
Mar 17 19:15:01 host11 last message repeated 3 times
Mar 17 19:16:00 host11 genunix: [ID 470503 kern.warning] WARNING: Sorry, no swap space to grow stack for pid 15140 (cron)


As far as I can see - everything looks fine currently.

# swap -s
total: 54104k bytes allocated + 63904k reserved = 118008k used, 1308268k available
# df -k /tmp
Filesystem kbytes used avail capacity Mounted on
swap 1308716 124 1308592 1% /tmp

Is there anything I can to find out what caused this error?
And is there anything I can do to prevent it occuring again?

I have not rebooted the server in 7 days - so hopefully there might be some evidence somewhere as to what caused it. Any help is appreciated.
# 2  
Old 03-18-2007
I would look for cron jobs or at jobs that started at 19:00.
# 3  
Old 03-18-2007
we have a few cron jobs that run every 5 - 10 every hour of every day.
They have been running for over 6 months now without any issues...
Not doing anything fancy, all using standard unix commands, mainly pinging other nodes or ftping some files etc...


Is there anything else I can check?

Also - can /tmp or swap be configured differently to help avoid this ?
# 4  
Old 03-18-2007
You don't need to be fancy or use non-standard commands to have a problem. Scripts can run fine for a long time and then encounter data they can't handle well. As one example, if you ftp a file to /tmp and the file is unexpectedly large it would result in this exact problem.
# 5  
Old 03-18-2007
ok, fair point.

Can I change it so that filling /tmp doesnt kill swap and therefore my server?
# 6  
Old 03-18-2007
You can add a size=500m option or whatever to the /tmp entry in vfstab. Could be the other way around though. Maybe VM filled swap rather than files in /tmp.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Emergency UNIX and Linux Support

Swap space (almost) full

Hello, This is RHEL 5.7. swap is almost full, but I am not sure, what to release and how to release space. This is production server so I would like to try all possible options before reboot. # top top - 00:18:26 up 327 days, 7:01, 3 users, load average: 0.16, 0.21, 0.18 Tasks: 782 total, ... (7 Replies)
Discussion started by: solaris_1977
7 Replies

2. Solaris

File system full - not removed: No space left on device

Does anyone have any advise on trying to clean up a full filesystem? I can't rm any files because of the follow: not removed: No space left on device Any help would be very much appreciated. (10 Replies)
Discussion started by: craigsky
10 Replies

3. Solaris

File system full, swap

hi all I am having a t5240 server in that zone is there in /var/adm/messages i am getting the following warning WARNING: /zoneroot/zonename-zone/root/tmp: File system full, swap space limit exceeded if a swap is getting full what can i do. Please use code tags next time for your... (2 Replies)
Discussion started by: nikhil kasar
2 Replies

4. Solaris

Solaris full /tmp - du and df different swap NOT filled

Hello all, The issue is # df -h /tmp Filesystem size used avail capacity Mounted on swap 4.0G 4.0G 8.7M 100% /tmp # du -sh /tmp/ 87M /tmp By now you probably will say that this is open file destriptor issue. Well no, nothing... (2 Replies)
Discussion started by: click
2 Replies

5. AIX

/tmp file system full

Hi, I would like to know if /tmp file system is full, wheather it will affect the peformance of application installed on AIX. if Memory and CPU are not heavily utilized. Regards, Manoj. (1 Reply)
Discussion started by: manoj.solaris
1 Replies

6. Solaris

swap space in veritas file system

hi every one , i know how to add swap space in ufs file system. but i m facing problem in veritas file system . i wants to know how will i create swap or add new swap space in existing swap space . Note: disk under veritas volume manager control . please help me to solve this issue . (5 Replies)
Discussion started by: samy123
5 Replies

7. UNIX for Dummies Questions & Answers

File size limit exceeded... SCO ulimit?

Hello - O/S is UnixWare 7.1.4 My prefered method of copying files between servers is 'rcp', which does not recognize symbolic links; therefore, files are duplicated many times over. To avoid this duplication, I would like to use 'tar' and/or 'cpio' and pipe them through 'rcp', but... (1 Reply)
Discussion started by: rm -r *
1 Replies

8. Solaris

Increase size of /tmp swap File

Hi Guys I need to increase the size of my /tmp swap file. What is the easiest way to do this. Thanks Carson (2 Replies)
Discussion started by: cmackin
2 Replies

9. Programming

File size limit exceeded

When i run my C program which dynamically creates the output file, the program stops after sometime and gives the error "File size limit exceeded" even though my working directory has space.Can anyone plz help me out. (13 Replies)
Discussion started by: drshah
13 Replies

10. Filesystems, Disks and Memory

file system is full : But df -k shows space available

Dear Experts, We are using Digital Unix 4.0d on Alpha DS-20 E. /var/adm/messages showed the following error Jul 24 19:58:37 cbehotbill2 vmunix: /BSCSprod: write failed, file system is full Jul 24 19:58:38 cbehotbill2 last message repeated 2 times But df -k showed BSCS_dmn#BSCSprod ... (4 Replies)
Discussion started by: geraldwilson
4 Replies
Login or Register to Ask a Question