Re: I've ran out of ideas
From: Claus Guttesen (cguttesen_at_yahoo.dk)
Date: 11/18/04
- Previous message: Aaron Glenn: "I've ran out of ideas"
- In reply to: Aaron Glenn: "I've ran out of ideas"
- Next in thread: Arne : "Re: I've ran out of ideas"
- Reply: Arne : "Re: I've ran out of ideas"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 18 Nov 2004 11:10:26 +0100 (CET) To: Aaron Glenn <aaron.glenn@gmail.com>, freebsd-performance@freebsd.org
> I'm pushing large files via thttpd over low-end
> hardware (celeron
> 1.8GHz, 512MB RAM, UATA 100 drive) and, out of the
> box, FreeBSD
> 5.3-RELEASE topped out at 40Mbps sustained. After
> creating a separate
> partition with a much larger blocksize, it's hit
> 50Mbps sustained but
> won't go past 54Mbps at all.
You could try adding/tweaking HZ to 1000/2000 in
kernel and add kern.polling.enable=1 to
/etc/sysctl.conf.
> Nov 18 04:00:15 d thttpd[38743]: write - Socket is
> not connected
> sending /path/to/file.name
>
Try adding:
kern.ipc.somaxconn=2048
kern.maxfiles=65536
net.isr.enable=1
to /etc/sysctl.conf as well. net.isr.enable gave
better network-performance on a 5.3 RC3 nfs-server and
lower cpu-usage.
HTH.
Claus
_______________________________________________
freebsd-performance@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-performance
To unsubscribe, send any mail to "freebsd-performance-unsubscribe@freebsd.org"
- Previous message: Aaron Glenn: "I've ran out of ideas"
- In reply to: Aaron Glenn: "I've ran out of ideas"
- Next in thread: Arne : "Re: I've ran out of ideas"
- Reply: Arne : "Re: I've ran out of ideas"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|