NFS performance-tuning FreeBSD - NetApp

2009-08-03 Thread Ewald Jenisch
Hi, I've got a FreeBSD 7.2 box (HP C-class Blade - AMD dual core Opteron (x64), 4GB RAM, Broadcom NetXtreme II BCM5706) that should be connected to a NetApp 3170 filer via NFS. Out of the box, with nothing tuned (no special parameters for mount_nfs, no kernel tuning), performance is very

Re: NFS performance-tuning FreeBSD - NetApp

2009-08-03 Thread Omer Faruk SEN
Merhaba Ewald, You can read http://communities.netapp.com/thread/39 thread. There is special mount options for Linux and also for FreeBSD give it a try. Regards. Monday, August 3, 2009, 11:55:16 AM, you wrote: Hi, I've got a FreeBSD 7.2 box (HP C-class Blade - AMD dual core Opteron (x64),

Re: NFS performance-tuning FreeBSD - NetApp

2009-08-03 Thread Steven Kreuzer
On Aug 3, 2009, at 4:55 AM, Ewald Jenisch wrote: Hi, I've got a FreeBSD 7.2 box (HP C-class Blade - AMD dual core Opteron (x64), 4GB RAM, Broadcom NetXtreme II BCM5706) that should be connected to a NetApp 3170 filer via NFS. Out of the box, with nothing tuned (no special parameters for

Tuning FreeBSD

2006-08-19 Thread Lisa Casey
Hi Folksm I'm getting these on a FreeBSD 5.3 box: Aug 19 15:46:32 radius sm-mta[12850]: k7JJk1rt012776: SYSERR(UID0): fill_fd: disconnect: cannot open /dev/null: Too many open files in system Aug 19 15:46:40 radius kernel: kern.maxfiles limit exceeded by uid 0, please see tuning(7). Aug 19

Re: Tuning FreeBSD

2006-08-19 Thread Derek Ragona
You can just set the value in /boot/loader.conf such as: kern.maxusers=50 and reboot -Derek At 03:35 PM 8/19/2006, Lisa Casey wrote: Hi Folksm I'm getting these on a FreeBSD 5.3 box: Aug 19 15:46:32 radius sm-mta[12850]: k7JJk1rt012776: SYSERR(UID0): fill_fd: disconnect: cannot

Re: Tuning FreeBSD

2006-08-19 Thread Kris Kennaway
On Sat, Aug 19, 2006 at 04:35:29PM -0400, Lisa Casey wrote: Hi Folksm I'm getting these on a FreeBSD 5.3 box: Aug 19 15:46:32 radius sm-mta[12850]: k7JJk1rt012776: SYSERR(UID0): fill_fd: disconnect: cannot open /dev/null: Too many open files in system Aug 19 15:46:40 radius kernel:

Re: Tuning FreeBSD

2006-08-19 Thread Daniel Gerzo
Hello Lisa, Saturday, August 19, 2006, 10:35:29 PM, you wrote: Hi Folksm I'm getting these on a FreeBSD 5.3 box: Aug 19 15:46:32 radius sm-mta[12850]: k7JJk1rt012776: SYSERR(UID0): fill_fd: disconnect: cannot open /dev/null: Too many open files in system Aug 19 15:46:40 radius kernel:

Re: Tuning FreeBSD

2006-08-19 Thread Lisa Casey
Thanks. I set kern.maxusers in loader.conf and that seems to have helped. I hated seeing stuff like that on a weekend! Lisa Casey ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe,

Tuning FreeBSD for HIGH PERFORMANCE Web Server

2003-07-14 Thread Edy Lie
Is there any cool tips to fine tune FreeBSD so that it performs well for Web server environment ? Like enabling Keep Alive (which is by default), shorten the time_wait ? -- In the windoze world, I am limited by the tools that I can use, In Unix, I am limited by my own wisdom.

Re: Tuning FreeBSD for HIGH PERFORMANCE Web Server

2003-07-14 Thread Vulpes Velox
Check out /etc/make.conf choose the closest arc for your proc and go with either O2 or O3 optimizations. When using O3 you may end up with a few problems. I have had a bit of problems compiling some things when I optimized some X stuff using O3. I have not had any problems with O2 so far. On 14

Re: Tuning FreeBSD for HIGH PERFORMANCE Web Server

2003-07-14 Thread Jonathan Chen
On Mon, Jul 14, 2003 at 12:00:22PM -0500, Vulpes Velox wrote: Check out /etc/make.conf choose the closest arc for your proc and go with either O2 or O3 optimizations. When using O3 you may end up with a few problems. I have had a bit of problems compiling some things when I optimized some X