Tuning /etc/sysctl.conf

2013-10-14 Thread Carlos Jacobo Puga Medina
Hi people, I'm very interested to tuning /etc/sysctl.conf according to the specifications of my PC. I've been reading some guides [1], tutorials [2-3], QA [4] and the FreeBSD Handbook's related section 12.12 Tuning with sysctl(8), but I think it's much more convenient if I contrast it with other

Re: Tuning /etc/sysctl.conf

2013-10-14 Thread Carlos Jacobo Puga Medina
net.local.stream.sendspace=65536 net.inet.tcp.sendbuf_max=16777216 net.inet.ip.random_id=1 # Allow for up 2 GB of wired memory. vm.max_wired=524288 2013/10/14 Carlos Jacobo Puga Medina cjpug...@gmail.com Hi people, I'm very interested to tuning /etc/sysctl.conf according to the specifications of my PC. I've been

Re: Tuning /etc/sysctl.conf

2013-10-14 Thread Steve O'Hara-Smith
On Mon, 14 Oct 2013 18:35:49 +0200 Carlos Jacobo Puga Medina cjpug...@gmail.com wrote: Hi people, I'm very interested to tuning /etc/sysctl.conf according to the specifications of my PC. As a general rule it is more appropriate to think of tuning in terms of the workload you intend

Re: Tuning /etc/sysctl.conf

2013-10-14 Thread Carlos Jacobo Puga Medina
=16777216 net.inet.ip.random_id=1 # Allow for up 2 GB of wired memory. vm.max_wired=524288 2013/10/14 Carlos Jacobo Puga Medina cjpug...@gmail.com Hi people, I'm very interested to tuning /etc/sysctl.conf according to the specifications of my PC. I've been reading some guides [1], tutorials