This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Too much memory for a single process

Hi i have a problem with a ASL 4.022

I always get a E-Mail with the following content:

Too much memory for a single process:
517324 kb for /usr/local/bin/fwlogwatch -S -f /var/log/kernel-20040629.gz -P n -b -m 5 -t -e -n -N -p
root     21826 88.3 57.0 517324 516264 ?     RN   00:23 544:47 /usr/local/bin/fwlogwatch -S -f /var/log/kernel-20040629.gz -P n -b -m 5 -t -e -n -N -p

If i reboot the System enything is OK for 4-5 h
then the same Error message apperas!

Have someone any ideas?

Many thanks for help

Medic
_______________________________

ASL 4.022
HA Opstion
500Users
SufProtection
Virus Protection
2x 3GHz HP G330 1GB RAM


This thread was automatically locked due to age.
Parents
  • ASL will log drop all the netbios packets from the Windows machines. This can make the daily kernel and filter logs very large, which puts a strain on the system at midnight, when the logs are rolled over. If you are getting 1 MB daily logs, that is excessive. They should typically be in the 50 KB to 100 KB range.

    Put the following packet filter rules in at the top of your filter list:

    Internal_Network_  { netbios }  Internal_Interface_  Drop 
    Internal_Network_  { netbios }  Internal_Broadcast_  Drop 
    DMZ_Network_  { netbios }  DMZ_Interface_  Drop
    DMZ_Network_  { netbios }  DMZ_Broadcast_  Drop


    That will reduce the daily log sizes dramatically, and eliminate the memory error.
Reply
  • ASL will log drop all the netbios packets from the Windows machines. This can make the daily kernel and filter logs very large, which puts a strain on the system at midnight, when the logs are rolled over. If you are getting 1 MB daily logs, that is excessive. They should typically be in the 50 KB to 100 KB range.

    Put the following packet filter rules in at the top of your filter list:

    Internal_Network_  { netbios }  Internal_Interface_  Drop 
    Internal_Network_  { netbios }  Internal_Broadcast_  Drop 
    DMZ_Network_  { netbios }  DMZ_Interface_  Drop
    DMZ_Network_  { netbios }  DMZ_Broadcast_  Drop


    That will reduce the daily log sizes dramatically, and eliminate the memory error.
Children
No Data