Re: swap space

2012-02-17 Thread Robert Bonomi
> From owner-freebsd-questi...@freebsd.org Fri Feb 17 17:59:50 2012 > Date: Fri, 17 Feb 2012 15:54:18 -0800 > From: Jim Pazarena > To: FreeBSD Mailing List > Subject: swap space > > is there a command which can show the size of the hard drive swap? > > A "df"

RE: swap space

2012-02-17 Thread Devin Teske
> -Original Message- > From: owner-freebsd-questi...@freebsd.org [mailto:owner-freebsd- > questi...@freebsd.org] On Behalf Of Robison, Dave > Sent: Friday, February 17, 2012 4:11 PM > To: freebsd-questions@freebsd.org > Subject: Re: swap space > > On 02/17/2012 1

Re: swap space

2012-02-17 Thread Robison, Dave
On 02/17/2012 15:58, Chuck Swiger wrote: On Feb 17, 2012, at 3:54 PM, Jim Pazarena wrote: is there a command which can show the size of the hard drive swap? A "df" seems to avoid the swap area. You're looking for "swapinfo" Regards, Chuck beat me to it. "swapinfo" or top are the two wa

Re: swap space

2012-02-17 Thread Jonathan Vomacka
On Feb 17, 2012 6:55 PM, "Jim Pazarena" wrote: > > is there a command which can show the size of the hard drive swap? > > A "df" seems to avoid the swap area. > > This would be on a live production server. > Thanks. > ___ > freebsd-questions@freebsd.org

Re: swap space

2012-02-17 Thread Chuck Swiger
On Feb 17, 2012, at 3:54 PM, Jim Pazarena wrote: > is there a command which can show the size of the hard drive swap? > > A "df" seems to avoid the swap area. You're looking for "swapinfo" Regards, -- -Chuck ___ freebsd-questions@freebsd.org mail

Re: swap space

2012-02-17 Thread Mike Tancsa
On 2/17/2012 6:54 PM, Jim Pazarena wrote: > is there a command which can show the size of the hard drive swap? > % pstat -T 438/12328 files 98M/10240M swap space ---Mike -- --- Mike Tancsa, tel +1 519 651 3400 Sentex Communications, m...@sentex.net Providing In

swap space

2012-02-17 Thread Jim Pazarena
is there a command which can show the size of the hard drive swap? A "df" seems to avoid the swap area. This would be on a live production server. Thanks. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-

Re: Recommended SWAP space for large amounts of ram (8GB)

2011-09-15 Thread Jonathan Vomacka
Thanks Matthew / Michael for your responses on this. On 9/14/2011 2:51 PM, Matthew Seaman wrote: On 14/09/2011 18:27, Michael Sierchio wrote: On Wed, Sep 14, 2011 at 6:55 AM, Matthew Seaman wrote: ... In these days of plentiful RAM, the new rule of thumb is "if you're swapping, then you're

Re: Recommended SWAP space for large amounts of ram (8GB)

2011-09-14 Thread RW
On Wed, 14 Sep 2011 14:55:53 +0100 Matthew Seaman wrote: > On 14/09/2011 13:34, Jonathan Vomacka wrote: > > Either from the FreeBSD docs, or based on personal experiences, > > what is the recommended swap space for a 8GB system? Your opinions > > are greatly appreciated

Re: Recommended SWAP space for large amounts of ram (8GB)

2011-09-14 Thread Matthew Seaman
On 14/09/2011 18:27, Michael Sierchio wrote: > On Wed, Sep 14, 2011 at 6:55 AM, Matthew Seaman > wrote: > >> > ... In these days of plentiful RAM, the new rule of thumb is "if you're >> > swapping, then you're doing it wrong." > I think your response follows the excellent pedagogical principle:

Re: Recommended SWAP space for large amounts of ram (8GB)

2011-09-14 Thread Michael Sierchio
On Wed, Sep 14, 2011 at 6:55 AM, Matthew Seaman wrote: > ... In these days of plentiful RAM, the new rule of thumb is "if you're > swapping, then you're doing it wrong." I think your response follows the excellent pedagogical principle: "a little inaccuracy saves a lot of explanation." But... d

Re: Recommended SWAP space for large amounts of ram (8GB)

2011-09-14 Thread Jonathan Vomacka
mounts of RAM. My > > system only has 8GB of RAM. Some people have gone with the general idea > > that 2X the amount of RAM is sufficient but for systems with large > > amounts of memory 1X the amount of RAM is fine. I was also told that > > anything over 2GB of SWAP space will

Re: Recommended SWAP space for large amounts of ram (8GB)

2011-09-14 Thread Matthew Seaman
nt of RAM is sufficient but for systems with large > amounts of memory 1X the amount of RAM is fine. I was also told that > anything over 2GB of SWAP space will cause performance issues on the > system and that it is not recommended. > > Either from the FreeBSD docs, or based on personal

Recommended SWAP space for large amounts of ram (8GB)

2011-09-14 Thread Jonathan Vomacka
large amounts of memory 1X the amount of RAM is fine. I was also told that anything over 2GB of SWAP space will cause performance issues on the system and that it is not recommended. Either from the FreeBSD docs, or based on personal experiences, what is the recommended swap space for a 8GB

Re: swap_pager: out of swap space, swap_pager_getswapspace(16): failed

2011-04-04 Thread Chuck Swiger
iba laptop that had 64 MB RAM and > 16 MB swap space but with swapfile it has much more VM. > > Thanks! You're most welcome. With only 64MB of RAM, you probably want at least 256MB of swapspace handy, but that depends on what you are run

Re: swap_pager: out of swap space, swap_pager_getswapspace(16): failed

2011-04-04 Thread Paul Chany
2011-04-04 21:01 keltezéssel, Chuck Swiger írta: On Apr 4, 2011, at 11:56 AM, Paul Chany wrote: swap_pager: out of swap space swap_pager_getswapspace(16): failed .. c++: Internal error: Killed: 9 (program cc1plus) .. .. *** Error code 1 What can I do to solve this problem Your

Re: swap_pager: out of swap space, swap_pager_getswapspace(16): failed

2011-04-04 Thread Chuck Swiger
On Apr 4, 2011, at 11:56 AM, Paul Chany wrote: > swap_pager: out of swap space > swap_pager_getswapspace(16): failed > .. > c++: Internal error: Killed: 9 (program cc1plus) > .. > .. > *** Error code 1 > > What can I do to solve this problem Your system ran out of VM.

swap_pager: out of swap space, swap_pager_getswapspace(16): failed

2011-04-04 Thread Paul Chany
Hi, On FreeBSD RELEASE 8.2 I'm trying to install sudo with commands: # cd /usr/ports/security/sudo/ # make install clean .. swap_pager: out of swap space swap_pager_getswapspace(16): failed .. c++: Internal error: Killed: 9 (program cc1plus) .. .. *** Error code 1 What can I do to solve

Re: Swap Space

2011-01-06 Thread Jerry McAllister
x RAM + a few kB in order to support getting a crashdump. Or > at least, you did before the days of minidumps. Not sure what the > requirements are for getting system dumps nowadays. Swap space used for > crashdumps should be a raw partition, not a file. jerry > > On the other h

Re: Swap Space

2011-01-06 Thread Matthew Seaman
rithmic limits in the way memory pages are mapped onto disk pages. You need 1 x RAM + a few kB in order to support getting a crashdump. Or at least, you did before the days of minidumps. Not sure what the requirements are for getting system dumps nowadays. Swap space used for crashdumps should be

Re: Swap Space

2011-01-05 Thread Robison, Dave
On 01/05/11 15:20, Gary Gatten wrote: I will be installing 8.1 on a Dell Poweredge 2850, with dual 3 GHz XEON processors and 6GB RAM. What is the recommended swap space? I'm finding conflicting data on this. Some say 0, some say 1 times RAM, others say stay with 2 x RAM. Definitely

Re: Swap Space

2011-01-05 Thread Robert Huff
Adam Vande More writes: > > I will be installing 8.1 on a Dell Poweredge 2850, with dual 3 GHz XEON > > processors and 6GB RAM. > > > > What is the recommended swap space? > > > I'm finding conflicting data on this. Some say 0, some say 1 times

RE: Swap Space - hijack?

2011-01-05 Thread Gary Gatten
condary swap partition real-time? I forget what I did here - I'm sure I followed what's in the handbook re swap space. Probably did a swap file... Yes you can do that with swapon(1) It's been said though that FreeBSD memory paging algorithms take into account the system'

Re: Swap Space

2011-01-05 Thread Adam Vande More
ack on v5 or 6 when I did > something like this. If there's unpartitioned space on the drive, can one > add a secondary swap partition real-time? I forget what I did here - I'm > sure I followed what's in the handbook re swap space. Probably did a swap > file... > Yes y

RE: Swap Space

2011-01-05 Thread Gary Gatten
a secondary swap partition real-time? I forget what I did here - I'm sure I followed what's in the handbook re swap space. Probably did a swap file... "This email is intended to be reviewed by only the intended recipient and may contain information that is privileged an

Re: Swap Space

2011-01-05 Thread Bruce Cran
On Wed, 5 Jan 2011 17:20:48 -0600 Gary Gatten wrote: > Correct me if I'm wrong, but if necessary one could add (and > activate) a secondary / additional swap file if necessary without > rebooting. So maybe start with a few gig and add an additional swap > file if necessary? Swapping to a file i

RE: Swap Space

2011-01-05 Thread Gary Gatten
> I will be installing 8.1 on a Dell Poweredge 2850, with dual 3 GHz XEON > processors and 6GB RAM. > > What is the recommended swap space? > > > I'm finding conflicting data on this. Some say 0, some say 1 times RAM, > others say stay with 2 x RAM. > Definitely

Re: Swap Space

2011-01-05 Thread Adam Vande More
On Wed, Jan 5, 2011 at 4:33 PM, Jeff Whitman wrote: > I will be installing 8.1 on a Dell Poweredge 2850, with dual 3 GHz XEON > processors and 6GB RAM. > > What is the recommended swap space? > > > I'm finding conflicting data on this. Some say 0, some say 1 times RAM,

Swap Space

2011-01-05 Thread Jeff Whitman
I will be installing 8.1 on a Dell Poweredge 2850, with dual 3 GHz XEON processors and 6GB RAM. What is the recommended swap space? I'm finding conflicting data on this. Some say 0, some say 1 times RAM, others say stay with 2 x RAM. Than

Re: VirtualBox: out of swap space

2010-08-09 Thread Rusty Nejdl
unning VM stop, > their status switch to 'abort' (or whatever the > traduction is, here it's "avorté"). > Reading my /var/log/messages, I see a few > 'pid (VirtualBox), uid 0, was killed: out of swap space' > > I've got 8Gb of

VirtualBox: out of swap space

2010-08-09 Thread Samuel Martín Moro
ot;avorté"). Reading my /var/log/messages, I see a few 'pid (VirtualBox), uid 0, was killed: out of swap space' I've got 8Gb of RAM, and so assumed I wouldn't need any swap. Was I wrong? Have I to reinstall my server to add some swap? (and if so, how much?

Re: shrinking swap space

2010-07-10 Thread John Almberg
Robert & Chuck, Thanks for your answers... they sound like good clues. I'll need to read up some more to understand the answers :-) Thanks! -- John ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ques

Re: shrinking swap space

2010-07-09 Thread Chuck Swiger
Hi-- On Jul 9, 2010, at 6:18 AM, John Almberg wrote: > Is there a utility that shows which programs are using swap space? Or that > can help debug this problem? Try: "top -o size" Regards, -- -Chuck ___ freebsd-questions@freebsd.

Re: shrinking swap space

2010-07-09 Thread Robert Bonomi
> From owner-freebsd-questi...@freebsd.org Fri Jul 9 08:18:56 2010 > Date: Fri, 09 Jul 2010 09:18:01 -0400 > From: John Almberg > To: freebsd-questions@freebsd.org > Subject: shrinking swap space > > Since my server locked me out last week because it was out of swa

shrinking swap space

2010-07-09 Thread John Almberg
Since my server locked me out last week because it was out of swap space, I've been monitoring the swap space every 4 hours. It started off with 3% used and little by little it has crept up to 17% this morning. I've been reading up on the subject in my two FreeBSD books (Absolute an

Re: Using mdconfig for swap space

2009-09-09 Thread Jerry McAllister
> > > On Tue, Sep 08, 2009 at 04:51:20PM -0500, Peter Steele wrote: > > > > > > > > > Are there any advantages to using mdconfig and creating a virtual > > > > > disk for swap space as opposed to having a designated swap partition? > > >

Re: Using mdconfig for swap space

2009-09-09 Thread Jerry McAllister
2009 at 04:51:20PM -0500, Peter Steele wrote: > >> > > >> > > Are there any advantages to using mdconfig and creating a virtual disk > >> > > for swap space as opposed to having a designated swap partition? For > >> > > example, I could do s

Re: Using mdconfig for swap space

2009-09-09 Thread Daniel Bye
t; > > > > > Are there any advantages to using mdconfig and creating a virtual disk > > > > for swap space as opposed to having a designated swap partition? For > > > > example, I could do something like this: > > > > > > Unless I am missin

RE: Using mdconfig for swap space

2009-09-09 Thread Peter Steele
#x27;ll allocate an extra 8GB of swap space through an image file and let QA run their stress tests to see how things behave. That's the only way to know for sure if this will work for us. Thanks for the feedback. Peter ___ freebsd-questions@freeb

Re: Using mdconfig for swap space

2009-09-09 Thread Lowell Gilbert
dvantages to using mdconfig and creating a virtual disk >> > > for swap space as opposed to having a designated swap partition? For >> > > example, I could do something like this: >> > >> > Unless I am missing something basic here, it seems like a ba

Re: Using mdconfig for swap space

2009-09-09 Thread Maciej Suszko
Peter Steele wrote: > Thanks for the responses. The reason I'm looking at doing this is > that we have increased memory on our platform from 4GB to 8GB and > therefore have to increase swap space from 8GB to 16GB. We have > enough space in our /var partition that we could add a

Re: Using mdconfig for swap space

2009-09-09 Thread Lowell Gilbert
but in fact our application *does* > require this much swap space, but not for the typical reasons. It's a > side effect of how our application works and we thought we could make > use of an image file for the extra swap rather than repartitioning, > but I've read too many warnings

Re: Using mdconfig for swap space

2009-09-09 Thread Jerry McAllister
On Wed, Sep 09, 2009 at 11:57:07AM +0100, Daniel Bye wrote: > On Tue, Sep 08, 2009 at 07:52:59PM -0400, Jerry McAllister wrote: > > On Tue, Sep 08, 2009 at 04:51:20PM -0500, Peter Steele wrote: > > > > > Are there any advantages to using mdconfig and creating a virtual di

RE: Using mdconfig for swap space

2009-09-09 Thread Peter Steele
>Nowadays having swap twice as RAM is not necessary. If your system wasn't >swapping much in the past you can safely stay with 4G in my opinion... >extending it to 16G >would be waste of space :) I won't bore you with the details but in fact our application *does* require

Re: Using mdconfig for swap space

2009-09-09 Thread Mel Flynn
On Wednesday 09 September 2009 15:07:37 Peter Steele wrote: > Thanks for the responses. The reason I'm looking at doing this is that we > have increased memory on our platform from 4GB to 8GB and therefore have to > increase swap space from 8GB to 16GB. No you don't. It

RE: Using mdconfig for swap space

2009-09-09 Thread Peter Steele
Thanks for the responses. The reason I'm looking at doing this is that we have increased memory on our platform from 4GB to 8GB and therefore have to increase swap space from 8GB to 16GB. We have enough space in our /var partition that we could add a swap file there and not have to touc

Re: Using mdconfig for swap space

2009-09-09 Thread Daniel Bye
On Tue, Sep 08, 2009 at 07:52:59PM -0400, Jerry McAllister wrote: > On Tue, Sep 08, 2009 at 04:51:20PM -0500, Peter Steele wrote: > > > Are there any advantages to using mdconfig and creating a virtual disk for > > swap space as opposed to having a designated swap partiti

Re: Using mdconfig for swap space

2009-09-08 Thread RW
On Tue, 8 Sep 2009 16:51:20 -0500 Peter Steele wrote: > Are there any advantages to using mdconfig and creating a virtual > disk for swap space as opposed to having a designated swap partition? > For example, I could do something like this: > > mdconfig -a -t swap -f /var/swap0

Re: Using mdconfig for swap space

2009-09-08 Thread Jerry McAllister
On Tue, Sep 08, 2009 at 04:51:20PM -0500, Peter Steele wrote: > Are there any advantages to using mdconfig and creating a virtual disk for > swap space as opposed to having a designated swap partition? For example, I > could do something like this: Unless I am missing something basic

Re: Using mdconfig for swap space

2009-09-08 Thread Adam Vande More
On Tue, Sep 8, 2009 at 4:51 PM, Peter Steele wrote: > Are there any advantages to using mdconfig and creating a virtual disk for > swap space as opposed to having a designated swap partition? For example, I > could do something like this: > > mdconfig -a -t swap -f /var/swap0 -s

Re: Using mdconfig for swap space

2009-09-08 Thread Chuck Swiger
Hi, Peter-- On Sep 8, 2009, at 2:51 PM, Peter Steele wrote: Are there any advantages to using mdconfig and creating a virtual disk for swap space as opposed to having a designated swap partition? For example, I could do something like this: mdconfig -a -t swap -f /var/swap0 -s 4g swapon -a

Using mdconfig for swap space

2009-09-08 Thread Peter Steele
Are there any advantages to using mdconfig and creating a virtual disk for swap space as opposed to having a designated swap partition? For example, I could do something like this: mdconfig -a -t swap -f /var/swap0 -s 4g swapon -a /dev/md0 to add 4G to the system swap space backed by the file

RE: Should swap space be mirrored via geom?

2009-01-14 Thread Peter Steele
> If you don't mirror swap space, and a drive goes out, you're almost > certain to experience a kernel panic and not just application failures > in userland. Unless you have an urgent need for lots of swap space > available, it's much better from the standpoint

Re: Should swap space be mirrored via geom?

2009-01-14 Thread Chuck Swiger
swap partition contained active pages. My first reaction would be that the applications bound to these pages would crash, something that would not happen if we used swap mirroring. If you don't mirror swap space, and a drive goes out, you're almost certain to experience a kernel pan

Should swap space be mirrored via geom?

2009-01-14 Thread Peter Steele
We have systems setup using geom based mirroring where the drives are partitioned into three slices, one for the OS, one for the swap partition, and one for our application data. We have four hot-swappable SATA drives per system. At present we only have the OS slice mirrored with geom, and our own

Re: SNMPD Consuming Swap Space

2008-11-27 Thread Lowell Gilbert
meout happens, looking at "swapinfo -k" shows that swap > space is continually consumed until empty at which point the snmpd > daemon is stopped: > > fbsdh# swap_pager: out of swap space > swap_pager_getswapspace(16): failed > Nov 25 11:44:08 fbsdh kernel: pid 84674 (snmpd),

SNMPD Consuming Swap Space

2008-11-25 Thread Davenport, Steve M
: 1000 interfaces.ifTable.ifEntry.ifSpeed.2 : Gauge32: 0 interfaces.ifTable.ifEntry.ifSpeed.3 : Gauge32: 0 snmpwalk: No response arrived before timeout. After the timeout happens, looking at "swapinfo -k" shows that swap space is continually consumed until empty at which point the snmpd

Re: Real Memory and Swap Space.

2006-11-08 Thread Dan Nelson
In the last episode (Nov 08), Grant Peel said: > I have two older servers that started with 512 MB of RAM. > > I want to install two GIGs of RAM. > > My swap space is set at 1 GB. > > Whan I upgrade to two GB RAM, do I have to increase the swap slice? Probably not, b

Real Memory and Swap Space.

2006-11-08 Thread Grant Peel
Hi all, I have two older servers that started with 512 MB of RAM. I want to install two GIGs of RAM. My swap space is set at 1 GB. Whan I upgrade to two GB RAM, do I have to increase the swap slice? -GRant ___ freebsd-questions@freebsd.org mailing

Re: Running out of swap space????

2006-06-06 Thread Bill Moran
On Tue, 06 Jun 2006 09:13:22 -0500 Paul Schmehl <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] wrote: > > Quoting [EMAIL PROTECTED]: > > > >>> -- Original message -- > >>> From: [EMAIL PROTECTED] > >>> +

Re: Running out of swap space????

2006-06-06 Thread Paul Schmehl
[EMAIL PROTECTED] wrote: Quoting [EMAIL PROTECTED]: -- Original message -- From: [EMAIL PROTECTED] +pid 37308 (mysqld), uid 88, was killed: out of swap space +swap_pager: out of swap space +swap_pager_getswapspace(1): failed If you kill mysql server, does the

Re: Running out of swap space????

2006-06-06 Thread cknipe
Quoting [EMAIL PROTECTED]: > > -- Original message -- > >From: [EMAIL PROTECTED] > > >+pid 37308 (mysqld), uid 88, was killed: out of swap space > >+swap_pager: out of swap space > >+swap_pager_getswapspace(1): failed > >

Re: Running out of swap space????

2006-06-06 Thread bob . middaugh
> -- Original message -- >From: [EMAIL PROTECTED] >+pid 37308 (mysqld), uid 88, was killed: out of swap space >+swap_pager: out of swap space >+swap_pager_getswapspace(1): failed If you kill mysql server, does the swap space free up? Are there an

Re: Running out of swap space????

2006-06-05 Thread Dan Nelson
In the last episode (Jun 05), [EMAIL PROTECTED] said: > I've got a server that is running out of swap space: > > +pid 37308 (mysqld), uid 88, was killed: out of swap space > +swap_pager: out of swap space > +swap_pager_getswapspace(1): failed > > The strange this is,

Re: Running out of swap space????

2006-06-05 Thread Björn König
[EMAIL PROTECTED] schrieb: I've got a server that is running out of swap space: +pid 37308 (mysqld), uid 88, was killed: out of swap space +swap_pager: out of swap space +swap_pager_getswapspace(1): failed The strange this is, this server has a 6GB swap partition! swapinfo -h D

Running out of swap space????

2006-06-05 Thread pauls
I've got a server that is running out of swap space: +pid 37308 (mysqld), uid 88, was killed: out of swap space +swap_pager: out of swap space +swap_pager_getswapspace(1): failed The strange this is, this server has a 6GB swap partition! swapinfo -h Device 1K-blocks Used

Re: portupgrade eats my swap space

2006-01-18 Thread Kris Kennaway
On Wed, Jan 18, 2006 at 02:50:10PM +0700, Roger Merritt wrote: > OK, my problem doesn't seem to be exactly the same. My machine hangs, and > when I check it the console screen is filled with the message, "swap-pager: > indefinite wait buffer: bufobj: 0, blkno: 26650, size: 4096" and at that > p

Re: portupgrade eats my swap space

2006-01-17 Thread Roger Merritt
At 12:55 AM 1/18/2006 -0500, you wrote: On Wed, Jan 18, 2006 at 06:54:39AM +0100, P.U.Kruppa wrote: > On Wed, 18 Jan 2006, Kris Kennaway wrote: > > >On Wed, Jan 18, 2006 at 04:25:57AM +0100, P.U.Kruppa wrote: > >>Hi! > >> > >>OK, this is an old PIII 1 GHZ , 500 MB RAM running > >>6.0-STABLE Free

Re: portupgrade eats my swap space

2006-01-17 Thread Kris Kennaway
On Wed, Jan 18, 2006 at 08:12:49AM +0100, P.U.Kruppa wrote: > On Wed, 18 Jan 2006, Kris Kennaway wrote: > > >On Wed, Jan 18, 2006 at 07:51:12AM +0100, P.U.Kruppa wrote: > >>On Wed, 18 Jan 2006, Kris Kennaway wrote: > >> > >>>On Wed, Jan 18, 2006 at 07:17:32AM +0100, P.U.Kruppa wrote: > On Wed,

Re: portupgrade eats my swap space

2006-01-17 Thread P.U.Kruppa
On Wed, 18 Jan 2006, Kris Kennaway wrote: On Wed, Jan 18, 2006 at 07:51:12AM +0100, P.U.Kruppa wrote: On Wed, 18 Jan 2006, Kris Kennaway wrote: On Wed, Jan 18, 2006 at 07:17:32AM +0100, P.U.Kruppa wrote: On Wed, 18 Jan 2006, Kris Kennaway wrote: You are setting an illegal variable in your

Re: portupgrade eats my swap space

2006-01-17 Thread Kris Kennaway
On Wed, Jan 18, 2006 at 07:51:12AM +0100, P.U.Kruppa wrote: > On Wed, 18 Jan 2006, Kris Kennaway wrote: > > >On Wed, Jan 18, 2006 at 07:17:32AM +0100, P.U.Kruppa wrote: > >>On Wed, 18 Jan 2006, Kris Kennaway wrote: > >> > > > >You are setting an illegal variable in your make.conf or enviro

Re: portupgrade eats my swap space

2006-01-17 Thread P.U.Kruppa
On Wed, 18 Jan 2006, Kris Kennaway wrote: On Wed, Jan 18, 2006 at 07:17:32AM +0100, P.U.Kruppa wrote: On Wed, 18 Jan 2006, Kris Kennaway wrote: You are setting an illegal variable in your make.conf or environment that is causing the port makefile to recurse. Probably USE_GCC or some other U

Re: portupgrade eats my swap space

2006-01-17 Thread Kris Kennaway
On Wed, Jan 18, 2006 at 07:17:32AM +0100, P.U.Kruppa wrote: > On Wed, 18 Jan 2006, Kris Kennaway wrote: > > >>> > >>>You are setting an illegal variable in your make.conf or environment > >>>that is causing the port makefile to recurse. Probably USE_GCC or > >>>some other USE_*. > >>That could be

Re: portupgrade eats my swap space

2006-01-17 Thread P.U.Kruppa
On Wed, 18 Jan 2006, Kris Kennaway wrote: You are setting an illegal variable in your make.conf or environment that is causing the port makefile to recurse. Probably USE_GCC or some other USE_*. That could be a hint. I can find legal options in /usr/ports/Mk/bsd.port.mk can I ? Sort of..b

Re: portupgrade eats my swap space

2006-01-17 Thread Kris Kennaway
On Wed, Jan 18, 2006 at 06:54:39AM +0100, P.U.Kruppa wrote: > On Wed, 18 Jan 2006, Kris Kennaway wrote: > > >On Wed, Jan 18, 2006 at 04:25:57AM +0100, P.U.Kruppa wrote: > >>Hi! > >> > >>OK, this is an old PIII 1 GHZ , 500 MB RAM running > >>6.0-STABLE FreeBSD 6.0-STABLE #0: Sun Jan 15 05:56:00 CE

Re: portupgrade eats my swap space

2006-01-17 Thread P.U.Kruppa
On Wed, 18 Jan 2006, Kris Kennaway wrote: On Wed, Jan 18, 2006 at 04:25:57AM +0100, P.U.Kruppa wrote: Hi! OK, this is an old PIII 1 GHZ , 500 MB RAM running 6.0-STABLE FreeBSD 6.0-STABLE #0: Sun Jan 15 05:56:00 CET 2006 When I start a # portupgrade -a up to 671 MB swap are used and I see

Re: portupgrade eats my swap space

2006-01-17 Thread Kris Kennaway
On Wed, Jan 18, 2006 at 04:25:57AM +0100, P.U.Kruppa wrote: > Hi! > > OK, this is an old PIII 1 GHZ , 500 MB RAM running > 6.0-STABLE FreeBSD 6.0-STABLE #0: Sun Jan 15 05:56:00 CET 2006 > > When I start a > > # portupgrade -a > > up to 671 MB swap are used and I see this message: > > make

Re: portupgrade eats my swap space

2006-01-17 Thread P.U.Kruppa
en it runs out of swap space and I get console error messages and have to reboot. I haven't dug into it yet, but several months ago I redirected the swap file to a different location to increase the size. I'll have to do some research to find out exactly what I did and how much spac

Re: portupgrade eats my swap space

2006-01-17 Thread Roger Merritt
.: Resource temporarily unavailable and of course everything becomes really slow. Has anybody else seen this? Yes. I'm running FreeBSD 6.0 on a PII 300MHz with 64MB RAM and a 40GB hard drive. It works great until I run portupgrade on mysql-server. Then it runs out of swap space and I get co

portupgrade eats my swap space

2006-01-17 Thread P.U.Kruppa
Hi! OK, this is an old PIII 1 GHZ , 500 MB RAM running 6.0-STABLE FreeBSD 6.0-STABLE #0: Sun Jan 15 05:56:00 CET 2006 When I start a # portupgrade -a up to 671 MB swap are used and I see this message: make: Max recursion level (500) exceeded.: Resource temporarily unavailable and of c

Re: Swap space

2005-11-01 Thread Robert Huff
Lowell Gilbert writes: > The basic advice is quite sound, so I'll reiterate it: Provide > what you think you might ever need. Let me get behind Lowell on this bit. The box I am typing on has 512 mb memory; because that may get bumped to 1 Gb it has 2 Gb swap split over two disks. > I

Re: Swap space

2005-11-01 Thread Lowell Gilbert
ded. Interactive single-user use will probably act like that nearly all the time. High page fault rates will always slow the system down. It's not necessary the case that a system will maintain high paging rates when it's gone deep into swap, but the exceptions are rather special

Re: Swap space

2005-11-01 Thread Jerry McAllister
p but...) > > What do you guys do with swap space in this scenario ? Swap space gets used for at least three things, swapping, paging and kernel crash dump space.If you are not concerned about dump space, then the rest of the decision depends a lot on the size and number of processes

Re: Swap space

2005-11-01 Thread Bob Johnson
n that 3xRAM is the upper limit of what is routinely recommended. > What do you guys do with swap space in this scenario ? Provide what you think you will need. It depends on what you expect to be doing with your memory. A busy mail server that will be using huge amounts of temporary storage to

Re: Swap space

2005-11-01 Thread Lowell Gilbert
useful for kernel dump but...) > > What do you guys do with swap space in this scenario ? It depends on the system usage. You don't *need* any swap at all. I would advise more swap space than RAM, though, to make sure you can do a kernel dump. ___

Re: Swap space

2005-11-01 Thread Glenn Dawson
gs of ram. (It might be useful for kernel dump but...) > > What do you guys do with swap space in this scenario ? It depends on how big is the address space for your machines. 32-bit machines can address 4GB of memory, so it's reasonable to use 2 or 3 times the amount of RAM space (if

Re: Swap space

2005-11-01 Thread Vladimir Tsvetkov
> > What do you guys do with swap space in this scenario ? It depends on how big is the address space for your machines. 32-bit machines can address 4GB of memory, so it's reasonable to use 2 or 3 times the amount of RAM space (if you hawe 256MB or 512MB - the swap should be 768MB or 1G

Swap space

2005-11-01 Thread Ian Lord
with swap space in this scenario ? Thanks ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Can a process be made immune to out-of-swap-space kills?

2005-10-30 Thread Giorgos Keramidas
> memory and causes the pager to run out of swap space and start > > > shooting down processes to rectify the situation. Sometimes, > > > the process chosen for demolition happens to be `screen.' > > > Since this process sorta manages a whole lot of others and,

Re: Can a process be made immune to out-of-swap-space kills?

2005-10-29 Thread Doug Lee
On Sun, Oct 30, 2005 at 01:59:53AM +0300, Giorgos Keramidas wrote: > On 2005-10-29 16:34, Doug Lee <[EMAIL PROTECTED]> wrote: > > Sometimes, I accidentally run something that eats up too much > > memory and causes the pager to run out of swap space and start > > shootin

Re: Can a process be made immune to out-of-swap-space kills?

2005-10-29 Thread Giorgos Keramidas
On 2005-10-29 16:34, Doug Lee <[EMAIL PROTECTED]> wrote: > Sometimes, I accidentally run something that eats up too much > memory and causes the pager to run out of swap space and start > shooting down processes to rectify the situation. Sometimes, > the process chosen for dem

Re: Can a process be made immune to out-of-swap-space kills?

2005-10-29 Thread Andrew P.
On 10/30/05, Doug Lee <[EMAIL PROTECTED]> wrote: > Sometimes, I accidentally run something that eats up too much memory > and causes the pager to run out of swap space and start shooting down > processes to rectify the situation. Sometimes, the process chosen for > demoli

Can a process be made immune to out-of-swap-space kills?

2005-10-29 Thread Doug Lee
Sometimes, I accidentally run something that eats up too much memory and causes the pager to run out of swap space and start shooting down processes to rectify the situation. Sometimes, the process chosen for demolition happens to be `screen.' Since this process sorta manages a whole l

Re: swap space problems

2005-05-09 Thread WMC
At 01:20 PM 5/9/2005, Chris Fedde wrote: Occasionaly my system hangs for a few seconds while loading a process from swap that has been idle for some time. ad0: TIMEOUT - WRITE_DMA retrying (2 retries left) LBA=161663 What type of driver interface and controller is this? And what FBSD version?

Re: swap space problems

2005-05-09 Thread Ion-Mihai Tetcu
On Mon, 09 May 2005 11:20:17 -0600 Chris Fedde <[EMAIL PROTECTED]> wrote: > Occasionaly my system hangs for a few seconds while loading a process > from swap that has been idle for some time. It could be that I'm > actualy out of swap space in these conditions, because I see

swap space problems

2005-05-09 Thread Chris Fedde
Occasionaly my system hangs for a few seconds while loading a process from swap that has been idle for some time. It could be that I'm actualy out of swap space in these conditions, because I see this frequently in dmesg output: swap_pager_getswapspace(8): failed. But I also see

Re: swap space

2005-05-03 Thread Chad Leigh -- Shire.Net LLC
On May 3, 2005, at 3:20 PM, Kris Kennaway wrote: On Tue, May 03, 2005 at 03:15:54PM -0600, Chad Leigh -- Shire.Net LLC wrote: Thanks! Well, on my production system, I am not dumping any kernels. Once It crashes, I reboot it and go back into production. Anything dumped would get wiped out. Luc

Re: swap space

2005-05-03 Thread Kris Kennaway
On Tue, May 03, 2005 at 03:15:54PM -0600, Chad Leigh -- Shire.Net LLC wrote: > > On May 3, 2005, at 3:07 PM, Kris Kennaway wrote: > > >On Tue, May 03, 2005 at 03:02:11PM -0600, Chad Leigh -- Shire.Net > >LLC wrote: > > > >> > >>On May 3, 2005, at 2:45 PM, Kris Kennaway wrote: > >> > >>>Since it

Re: swap space

2005-05-03 Thread Charles Swiger
quired, but the system can't write a panic crash dump out unless there is slightly more swap space available than RAM in the box. If your system doesn't crash, and your workload fits into RAM, having gigabytes of swap space set up is not v

Re: swap space

2005-05-03 Thread Chad Leigh -- Shire.Net LLC
On May 3, 2005, at 3:07 PM, Kris Kennaway wrote: On Tue, May 03, 2005 at 03:02:11PM -0600, Chad Leigh -- Shire.Net LLC wrote: On May 3, 2005, at 2:45 PM, Kris Kennaway wrote: Since it's a pain to add swap later you want to make allowances for future expansion (e.g. you'd need 32GB of swap if you

  1   2   >