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

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 Internet

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 mailing

Re: swap space

2012-02-17 Thread Jonathan Vomacka
On Feb 17, 2012 6:55 PM, Jim Pazarena fqu...@paz.bz 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 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 ways I

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 15:58, Chuck Swiger wrote

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 fqu...@paz.bz To: FreeBSD Mailing List freebsd-questions@freebsd.org Subject: swap space is there a command which can show the size of the hard drive swap? A df

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 m.sea...@infracaninophile.co.uk wrote: ... In these days of plentiful RAM, the new rule of thumb is

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

2011-09-14 Thread Jonathan Vomacka
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 experiences, what is the recommended swap space for a 8GB

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

2011-09-14 Thread Matthew Seaman
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 experiences, what is the recommended

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

2011-09-14 Thread Jonathan Vomacka
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 cause performance issues

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 m.sea...@infracaninophile.co.uk 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

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 The old rule of thumb of swap

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_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. Add more RAM, or add more swapspace

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
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 running, of course... Regards, -- -Chuck

Re: Swap Space

2011-01-06 Thread Matthew Seaman
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 a raw partition

Re: Swap Space

2011-01-06 Thread Jerry McAllister
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 hand, for good performance you should not be using any significant amounts of swap in normal

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. Thank you

Re: Swap Space

2011-01-05 Thread Adam Vande More
On Wed, Jan 5, 2011 at 4:33 PM, Jeff Whitman jwhit...@jwnetsource.comwrote: 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

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 not 0, but 2x would probably be way too

Re: Swap Space

2011-01-05 Thread Bruce Cran
On Wed, 5 Jan 2011 17:20:48 -0600 Gary Gatten ggat...@waddell.com 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?

RE: Swap Space

2011-01-05 Thread Gary Gatten
? I forget what I did here - I'm sure I followed what's in the handbook re swap space. Probably did a swap file... font size=1 div style='border:none;border-bottom:double windowtext 2.25pt;padding:0in 0in 1.0pt 0in' /div This email is intended to be reviewed by only the intended recipient

Re: Swap Space

2011-01-05 Thread Adam Vande More
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 you can do that with swapon(1) It's been said though that FreeBSD memory paging algorithms take

RE: Swap Space - hijack?

2011-01-05 Thread Gary Gatten
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's entire available VM for deciding on when to act in low

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 RAM, others say stay with 2 x RAM. Definitely

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 not 0

VirtualBox: out of swap space

2010-08-09 Thread Samuel Martín Moro
/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?!) btw, my PC (home) have the same HWare (core i7

Re: VirtualBox: out of swap space

2010-08-09 Thread Rusty Nejdl
, 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 RAM, and so assumed I wouldn't need any swap. Was I wrong? Have I to reinstall my

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

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 and Complete

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 jalmb...@identry.com To: freebsd-questions@freebsd.org Subject: shrinking swap space Since my server locked me out last week because it was out of swap space, I've

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.org mailing list http

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 partition? For example, I could do

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 touch

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's advised, but not mandatory

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 this much swap space

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 disk for swap space as opposed

Re: Using mdconfig for swap space

2009-09-09 Thread Lowell Gilbert
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 against going this route so I've decided

Re: Using mdconfig for swap space

2009-09-09 Thread Maciej Suszko
Peter Steele pste...@maxiscale.com 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

Re: Using mdconfig for swap space

2009-09-09 Thread Lowell Gilbert
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 bad idea to me - to carve out and use up some memory to use as extra storage for processes

RE: Using mdconfig for swap space

2009-09-09 Thread Peter Steele
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@freebsd.org mailing list http

Re: Using mdconfig for swap space

2009-09-09 Thread Daniel Bye
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 bad idea to me - to carve out and use up some memory to use as extra

Re: Using mdconfig for swap space

2009-09-09 Thread Jerry McAllister
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 here, it seems like a bad idea to me

Re: Using mdconfig for swap space

2009-09-09 Thread Jerry McAllister
: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 here, it seems like

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: 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

Re: Using mdconfig for swap space

2009-09-08 Thread Adam Vande More
On Tue, Sep 8, 2009 at 4:51 PM, Peter Steele pste...@maxiscale.com 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 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 here

Re: Using mdconfig for swap space

2009-09-08 Thread RW
On Tue, 8 Sep 2009 16:51:20 -0500 Peter Steele pste...@maxiscale.com 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

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: Should swap space be mirrored via geom?

2009-01-14 Thread Chuck Swiger
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 panic and not just

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 of system reliability to mirror

Re: SNMPD Consuming Swap Space

2008-11-27 Thread Lowell Gilbert
: interfaces.ifTable.ifEntry.ifSpeed.1 : Gauge32: 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

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 daemon

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: 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, but it depends on your workload

Re: Running out of swap space????

2006-06-06 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 Device

Re: Running out of swap space????

2006-06-06 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, this server has a 6GB swap

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 any known issues

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 If you kill mysql server, does the swap space free

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

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] +pid 37308 (mysqld), uid 88, was killed: out of swap space +swap_pager: out

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 UsedAvail

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 point

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

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 console

Re: portupgrade eats my swap space

2006-01-17 Thread P.U.Kruppa
. Then 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 space I gave

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: Max

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

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 CET 2006 When

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

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 a hint. I can find

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

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 environment that is

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

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, 18 Jan 2006, Kris

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 FreeBSD 6.0-STABLE

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: Swap space

2005-11-01 Thread Vladimir Tsvetkov
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 1GB), but if you have 32bit machines

Re: Swap space

2005-11-01 Thread Glenn Dawson
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 you hawe 256MB or 512MB - the swap should

Re: Swap space

2005-11-01 Thread Lowell Gilbert
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. ___ freebsd-questions@freebsd.org

Re: Swap space

2005-11-01 Thread Bob Johnson
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 manipulate the messages may not need a lot of swap, simply

Re: Swap space

2005-11-01 Thread Jerry McAllister
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 you expect to be running at any given time

Re: Swap space

2005-11-01 Thread Lowell Gilbert
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 cases. 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

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. If

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

2005-10-30 Thread Giorgos Keramidas
On 2005-10-30 00:21, Doug Lee [EMAIL PROTECTED] wrote: 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

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 lot

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 demolition happens to be `screen

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 demolition happens

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 shooting down processes to rectify

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 other

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 this frequently in dmesg

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

swap space

2005-05-03 Thread Chris Knipe
Hi, Simple question really... Can you ever have to much swap space? We're sitting with quite a nifty P4 System with 1GB Ram. We will more than likely add another 2 or 3GB in the month to come as our applications (mainly perl) are consuming vast amounts of memory and swap. We made the mistake

Re: swap space

2005-05-03 Thread Clifton Royston
On Tue, May 03, 2005 at 08:32:54PM +0200, Chris Knipe wrote: Simple question really... Can you ever have to much swap space? Only if there are better things you can do with that disk (or money.) In this case, RAM might be a better priority, see below. We're sitting with quite a nifty P4

Re: swap space

2005-05-03 Thread Chris Knipe
We made the mistake however of just allocating 512MB swap as we did not know accurately at the time of installation what the resouce requires are going to be (especially not that it would be this high). A traditional rule of thumb is to have 1x - 2x the total RAM size in swap space. This assures

Re: swap space

2005-05-03 Thread Franco Bruno Borghesi
]: Hi, Simple question really... Can you ever have to much swap space? We're sitting with quite a nifty P4 System with 1GB Ram. We will more than likely add another 2 or 3GB in the month to come as our applications (mainly perl) are consuming vast amounts of memory and swap. We made

Re: swap space

2005-05-03 Thread Chris Knipe
PS: Is there a FreeBSD 5.4 stable version? FreeBSD pyro.acme.com 5.4-STABLE FreeBSD 5.4-STABLE #0: Wed Apr 27 15:51:43 SAST 2005 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/PYRO i386 Guess so :) ___ freebsd-questions@freebsd.org mailing list

  1   2   >