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.
  • check your logfiles. especially the packet-filter-log.
    it seems that your  logfiles are getting huge and the logrotator-process is consuming too much memory while compressing the files. maybe you have set an allow(log) rule in your packet-filter-config which is now filling up your logfile.
  • My Logfiles have a Maximum Size of 1,5MB most files are araound 1MB!
    I have tryed to disable som Log function - no effect
    My CPU is also the most time on 100%
    Very Strange
  • The rules for Dropping chatty packets you don't want logged (like Microsoft NetBIOS) are quirky; you must set a destination of the NIC's interface (destination Any won't work, at least on version 4). Do a Search, and repost here if you can't find it...
  • 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.
  • Hello

    i found the problem now!!!
    We have a HA System and restored last Week the
    Backup file! Now in the Node 1 & Node 2 HA definition
    was the same Name listed for each Node!!!!

    THX Medic