Hi,
I seem to have sorted it out.
The problem seems to be the amount of memory the system actually thinks is
available.
On BSDI you can do 2 things to help.
If you have 256Mb of memory then either;
run
sysctl -w vm.maxdsize=256M
or
2. Add something like this to your kernel.
options NMBCLUSTERS=4096
options NKMEMCLUSTERS=4096
options "KMEMSIZE=\(16*1024*1024\)"
options "DFLDSIZ=\(80*1024*1024\)"
options "DFLSSIZ=\(8*1024*1024\)"
options "MAXDSIZ=\(216*1024*1024\)"
It still for some reason though, blows the absolute shite out of the
system resources when starting up :((
Other suggestions are also welcome :/
Cheers,
Paul Thornton.
> I am always getting a problem of Out of Memory when trying to run radiusd
> and even quicker when using the restartWrapper program.
===
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.