Re: SOLVED: Simple swap question

2008-12-30 Thread Jerry McAllister
On Fri, Dec 19, 2008 at 10:37:46AM -0500, FreeBSD wrote: Jerry McAllister a écrit : On Thu, Dec 18, 2008 at 12:02:06PM -0500, FreeBSD wrote: Daniel Bye a écrit : On Thu, Dec 18, 2008 at 10:28:18AM -0600, Kirk Strauser wrote: On Thursday 18 December 2008 09:16:10 FreeBSD

Re: SOLVED: Simple swap question

2008-12-30 Thread Jerry McAllister
On Fri, Dec 19, 2008 at 01:04:26PM -0500, FreeBSD wrote: Tom Worster a écrit : On 12/19/08 10:37 AM, FreeBSD free...@optiksecurite.com wrote: Because this server is monitored by Nagios and it emails me every hour a warning because the swap is not 100% free (I know it's pretty extreme,

Re: SOLVED: Simple swap question

2008-12-21 Thread Mel
On Friday 19 December 2008 19:04:26 FreeBSD wrote: This server is very lightly used, so most of the time if the swap is getting used it shows that something is going wrong. This warning already proved usefull once, so I don't think I'm going to change it. Swapping is a symptom of a symptom -

Re: Simple swap question

2008-12-19 Thread David Naylor
On Thursday 18 December 2008 17:16:10 FreeBSD wrote: Hi everyone, I have a FreeBSD 7.0-Release server that started to swap after an error in a shell script (process spawning competition ;-) ). I killed the shell and the RAM is now OK. The problem is that the swap is still used. How can I

Re: Simple swap question

2008-12-19 Thread Wojciech Puchar
To others: There is one reason I can think of for doing this, if an irregularly used program (that is rather big) has been swapped out but requires a low latency when used (i.e. must not wait to be swapped back so change this program if it requires low latency to do mlockall

Re: Simple swap question

2008-12-19 Thread FreeBSD
RW a écrit : On Thu, 18 Dec 2008 15:13:12 -0500 FreeBSD free...@optiksecurite.com wrote: I can't see any process within parentheses in top... I also looked at the -f option of ps but the process that caused the swapping are not listed. FreeBSD only swaps in extreme cases - most of

SOLVED: Simple swap question

2008-12-19 Thread FreeBSD
Jerry McAllister a écrit : On Thu, Dec 18, 2008 at 12:02:06PM -0500, FreeBSD wrote: Daniel Bye a écrit : On Thu, Dec 18, 2008 at 10:28:18AM -0600, Kirk Strauser wrote: On Thursday 18 December 2008 09:16:10 FreeBSD wrote: Hi everyone, I have a FreeBSD 7.0-Release

Re: SOLVED: Simple swap question

2008-12-19 Thread Kirk Strauser
On Dec 19, 2008, at 9:37 AM, FreeBSD wrote: Because this server is monitored by Nagios and it emails me every hour a warning because the swap is not 100% free (I know it's pretty extreme, but I want to know if the system is swapping). Martin, I'm not trying to be harsh, honestly, but stop

Re: SOLVED: Simple swap question

2008-12-19 Thread Wojciech Puchar
jerry Because this server is monitored by Nagios and it emails me every hour a warning because the swap is not 100% free (I know it's pretty extreme, but I want to know if the system is swapping). I just tried swapoff -a ; swapon -a and it worked great. under completely normal

Re: SOLVED: Simple swap question

2008-12-19 Thread Wojciech Puchar
but it's still played around with 3MB of swap. This is not hurting anything, and absolutely is *not* an indication that anything is wrong or sub-optimal. Seriously, get over your obsession with keeping swap utterly empty before it drives you nuts. FreeBSD isn't designed to work that way and

Re: SOLVED: Simple swap question

2008-12-19 Thread Tom Worster
On 12/19/08 10:37 AM, FreeBSD free...@optiksecurite.com wrote: Because this server is monitored by Nagios and it emails me every hour a warning because the swap is not 100% free (I know it's pretty extreme, but I want to know if the system is swapping). if a swap space is available and

Re: SOLVED: Simple swap question

2008-12-19 Thread FreeBSD
Tom Worster a écrit : On 12/19/08 10:37 AM, FreeBSD free...@optiksecurite.com wrote: Because this server is monitored by Nagios and it emails me every hour a warning because the swap is not 100% free (I know it's pretty extreme, but I want to know if the system is swapping). if a

Re: SOLVED: Simple swap question

2008-12-19 Thread RW
On Fri, 19 Dec 2008 13:04:26 -0500 FreeBSD free...@optiksecurite.com wrote: This server is very lightly used, so most of the time if the swap is getting used it shows that something is going wrong. This warning already proved usefull once, so I don't think I'm going to change it. I don't

Re: SOLVED: Simple swap question

2008-12-19 Thread Kirk Strauser
On Dec 19, 2008, at 12:04 PM, FreeBSD wrote: This server is very lightly used, so most of the time if the swap is getting used it shows that something is going wrong. No it doesn't. Get that wrong idea out of your head. -- Kirk Strauser ___

Simple swap question

2008-12-18 Thread FreeBSD
Hi everyone, I have a FreeBSD 7.0-Release server that started to swap after an error in a shell script (process spawning competition ;-) ). I killed the shell and the RAM is now OK. The problem is that the swap is still used. How can I reset the swap? Thanks for sharing your knowledge,

Re: Simple swap question

2008-12-18 Thread Kirk Strauser
On Thursday 18 December 2008 09:16:10 FreeBSD wrote: Hi everyone, I have a FreeBSD 7.0-Release server that started to swap after an error in a shell script (process spawning competition ;-) ). I killed the shell and the RAM is now OK. The problem is that the swap is still used. How can I

Re: Simple swap question

2008-12-18 Thread Daniel Bye
On Thu, Dec 18, 2008 at 10:28:18AM -0600, Kirk Strauser wrote: On Thursday 18 December 2008 09:16:10 FreeBSD wrote: Hi everyone, I have a FreeBSD 7.0-Release server that started to swap after an error in a shell script (process spawning competition ;-) ). I killed the shell and the RAM

Re: Simple swap question

2008-12-18 Thread Wojciech Puchar
I have a FreeBSD 7.0-Release server that started to swap after an error in a shell script (process spawning competition ;-) ). I killed the shell and the RAM is now OK. The problem is that the swap is still used. How can I reset the swap? you don't need. something got swapped out, and will be

Re: Simple swap question

2008-12-18 Thread FreeBSD
Daniel Bye a écrit : On Thu, Dec 18, 2008 at 10:28:18AM -0600, Kirk Strauser wrote: On Thursday 18 December 2008 09:16:10 FreeBSD wrote: Hi everyone, I have a FreeBSD 7.0-Release server that started to swap after an error in a shell script (process spawning competition ;-) ). I killed the

Re: Simple swap question

2008-12-18 Thread Daniel Bye
On Thu, Dec 18, 2008 at 12:02:06PM -0500, FreeBSD wrote: Daniel Bye a ?crit : On Thu, Dec 18, 2008 at 10:28:18AM -0600, Kirk Strauser wrote: On Thursday 18 December 2008 09:16:10 FreeBSD wrote: Hi everyone, I have a FreeBSD 7.0-Release server that started to swap after an error in a shell

Re: Simple swap question

2008-12-18 Thread Kirk Strauser
On Thursday 18 December 2008 11:02:06 FreeBSD wrote: Thanks for your answer. I'm asking here because it's been several days and there is still used swap for data that should never be used anymore. If the kernel wants to keep it, why not move it to RAM now that there is some free? Do you

Re: Simple swap question

2008-12-18 Thread FreeBSD
Daniel Bye a écrit : On Thu, Dec 18, 2008 at 12:02:06PM -0500, FreeBSD wrote: Daniel Bye a ?crit : On Thu, Dec 18, 2008 at 10:28:18AM -0600, Kirk Strauser wrote: On Thursday 18 December 2008 09:16:10 FreeBSD wrote: Hi everyone, I have a FreeBSD 7.0-Release server that started to swap after

Re: Simple swap question

2008-12-18 Thread Kirk Strauser
On Thursday 18 December 2008 14:13:12 FreeBSD wrote: I can't see any process within parentheses in top... I also looked at the -f option of ps but the process that caused the swapping are not listed. Dude. For real. Quit sweating it. Let the system do what it needs to do; chances are it's

Re: Simple swap question

2008-12-18 Thread RW
On Thu, 18 Dec 2008 15:13:12 -0500 FreeBSD free...@optiksecurite.com wrote: I can't see any process within parentheses in top... I also looked at the -f option of ps but the process that caused the swapping are not listed. FreeBSD only swaps in extreme cases - most of the time it's paging

Re: Simple swap question

2008-12-18 Thread Jerry McAllister
On Thu, Dec 18, 2008 at 12:02:06PM -0500, FreeBSD wrote: Daniel Bye a écrit : On Thu, Dec 18, 2008 at 10:28:18AM -0600, Kirk Strauser wrote: On Thursday 18 December 2008 09:16:10 FreeBSD wrote: Hi everyone, I have a FreeBSD 7.0-Release server that started to swap after an error in a shell

Swap question

2004-06-02 Thread Brent Wiese
I recently added a new disk to a 4.9 machine. I was having problems running out of swap space, so I used a couple gigs of this drive as another swap partition. It is listed as a swap partition in /etc/fstab. I couldn't actually find something that would confirm this, so hoping someone here can.

Re: Swap question

2004-06-02 Thread Simon Barner
Brent Wiese wrote: I recently added a new disk to a 4.9 machine. I was having problems running out of swap space, so I used a couple gigs of this drive as another swap partition. It is listed as a swap partition in /etc/fstab. I couldn't actually find something that would confirm this, so

Re: Swap question

2004-06-02 Thread Luke
So, are both swaps being used and is there a way I can tell? top will give you information about swap usage in realtime. ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to