Hi,
i've just notices that i'm getting "ERROR:nathelper:nh_timer: out of memory" each time it passes this section:
if (!allow_trusted() && client_nat_test("3")) { setflag(7); force_rport(); fix_nated_contact(); };
There are around 1.6GB of Memory free on this box, so i don't think it's a real OOM error ...
Hello,
On 09/14/06 00:01, Dominik Bay wrote:
is not from the script above, is from nathelper timer when trying to do natpinging. You have to increase the size of private memory which is default 1MB. Even if you have a lot of memory in your system, openser will use only how much was configured.
Please see: http://openser.org/dokuwiki/doku.php?id=troubleshooting:increase_private_mem...
Chhers, Daniel