[7.901][INFO][NONE] High Memory usage since 7.901

High all,


having an issue since this version i have a high memory usage.
Before it was around 30% now it is above the 50% and even had it once above the 70% ( Only have 2Gb off memeory in that system)

Also looking @ the console when doing dmesg getting this :
smtpd.bin[11180]: segfault at 2a2a2a2e ip 00000000f67b7d33 sp 00000000fff125f0 error 6 in libmagic.so.1.0.0[f67a8000+14000]
smtpd.bin[20649]: segfault at 2a2a2a2e ip 00000000f67b7d33 sp 00000000fff125f0 error 6 in libmagic.so.1.0.0[f67a8000+14000]
smtpd.bin[25210]: segfault at 6f4b206e ip 00000000f75a6f24 sp 00000000fff11ed0 error 6 in libc-2.9.so[f7539000+155000]
smtpd.bin[17670]: segfault at 2a2a2a2e ip 00000000f67b7d33 sp 00000000fff125f0 error 6 in libmagic.so.1.0.0[f67a8000+14000]
smtpd.bin[7932]: segfault at 6574637b ip 00000000f67aa5c8 sp 00000000fff12560 error 4 in libmagic.so.1.0.0[f67a8000+14000]
smtpd.bin[30488]: segfault at 2a2a2a2e ip 00000000f67b7d33 sp 00000000fff125f0 error 6 in libmagic.so.1.0.0[f67a8000+14000]
smtpd.bin[9435]: segfault at 2a2a2a2e ip 00000000f67b7d33 sp 00000000fff125f0 error 6 in libmagic.so.1.0.0[f67a8000+14000]
smtpd.bin[20704]: segfault at 2a2a2a2e ip 00000000f67b7d33 sp 00000000fff125f0 error 6 in libmagic.so.1.0.0[f67a8000+14000]
smtpd.bin[32059] general protection ip:f6978cea sp:fff12670 error:0 in libperl.so[f68dc000+150000]
smtpd.bin[22239]: segfault at 2a2a2a2e ip 00000000f67b7d33 sp 00000000fff125f0 error 6 in libmagic.so.1.0.0[f67a8000+14000]

Regards
Filip
[:(]
Parents
  • Well, it's not a big suprise that, if you leave the webadmin all the time, it consumes memory. And btw: Swap usage isn't bad. This just means that some memory isn't used currently and that the system uses the RAM for other things. If you take a closer look you'll find that you system uses a whole lot of memory to cache things (and thus speed up things a lot).

    So as a rule of thumb:  As long as there's still some MB of free memory left, Swap usage isn't a problem at all.
Reply
  • Well, it's not a big suprise that, if you leave the webadmin all the time, it consumes memory. And btw: Swap usage isn't bad. This just means that some memory isn't used currently and that the system uses the RAM for other things. If you take a closer look you'll find that you system uses a whole lot of memory to cache things (and thus speed up things a lot).

    So as a rule of thumb:  As long as there's still some MB of free memory left, Swap usage isn't a problem at all.
Children
  • Well, it's not a big suprise that, if you leave the webadmin all the time, it consumes memory. And btw: Swap usage isn't bad. This just means that some memory isn't used currently and that the system uses the RAM for other things. If you take a closer look you'll find that you system uses a whole lot of memory to cache things (and thus speed up things a lot).

    So as a rule of thumb:  As long as there's still some MB of free memory left, Swap usage isn't a problem at all.


    In windows swap usage isn't bad...a Linux box should never swap.  Linux does not use swap as cache for unused objects.  Swap is used when there is a true shortage of physical ram for the workload.  If you are swapping more than 5-7 percent at the most..you need more ram.

    Owner:  Emmanuel Technology Consulting

    http://etc-md.com

    Former Sophos SG(Astaro) advocate/researcher/Silver Partner

    PfSense w/Suricata, ntopng, 

    Other addons to follow

  • Well, it's not a big suprise that, if you leave the webadmin all the time, it consumes memory. And btw: Swap usage isn't bad. This just means that some memory isn't used currently and that the system uses the RAM for other things. If you take a closer look you'll find that you system uses a whole lot of memory to cache things (and thus speed up things a lot).

    So as a rule of thumb:  As long as there's still some MB of free memory left, Swap usage isn't a problem at all.


    Wrong.  In windows swap usage isn't bad for the most part as windows allocates swap for physical ram usage on a 1 for 1 basis.  Linux boxes should never swap ideally..and most assuredly never more than 5-7%.  Linux uses swap only as a last ditch when all physical memory is unavailable(this includes cached files ram..it will be reclaimed before swap is touched most times..unless there's a kernel bug or an application leak).  If your machine is swapping more than the percentages above...you need more ram.

    Owner:  Emmanuel Technology Consulting

    http://etc-md.com

    Former Sophos SG(Astaro) advocate/researcher/Silver Partner

    PfSense w/Suricata, ntopng, 

    Other addons to follow

  • This is the wrong place for a discussion about swappiness.
    Read the different arguments here: Linux: Tuning Swappiness | KernelTrap
    We follow the best practice recommended by leading kernel developers.

    Regards,
    Daniel