r792 - in zenoss/trunk: . debian

Bernd Zeimetz bernd at bzed.de
Thu Apr 12 20:49:36 UTC 2007


Heya,

>> +- You may want to increase the size of the systems net buffers.
>> +
>> +    on linux in the file /etc/sysctl.conf, add:
>> +        net.core.rmem_default=1048576
>> +        net.core.rmem_max=1048576
>> +        net.core.wmem_default=1048576
>> +        net.core.wmem_max=1048576
>> +
>> +    to configure without a reboot:
>> +        sysctl -w net.core.rmem_default=1048576
>> +        sysctl -w net.core.rmem_max=1048576
>> +        sysctl -w net.core.wmem_default=1048576
>> +        sysctl -w net.core.wmem_max=1048576
>>     
>
> I don't know if it's worth mentioning it here, but "sysctl -p" will read
> /etc/sysctl.conf and apply the settings at any time.
>   

thanks for the comment, I'll add that. The content in the file was more
a reminder to make sure that I don' t forget to add it. Packaging zenoss
will be a lot of work, that's why I've already checked it in in a very
very very very early state. I was too lazy to add it to my todo list
(http://bzed.de/debian/packages/zenoss/start in case you're interested)

Cheers,

Bernd

-- 
Bernd Zeimetz
<bernd at bzed.de>                         <http://bzed.de/>




More information about the pkg-zope-developers mailing list