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

8.201 Dashboard Memory Leak

Yesterday I logged into the Astaro WebAdmin to check something on the dashboard. After that I locked my computer and left for the day forgetting that for some reason the dashboard doesn't auto log out any more. When I got my daily report I noticed a out of the blue rise in memory usage. After researching for a couple minutes I realised it started exactly when I logged in the day before and I closed my session. Checked back a little while later and the reports show an immediate drop off of the memory usage.

I don't see a way to attach an image to this but I've exported the graph showing the weird spike. Not really sure what could have caused it though.


This thread was automatically locked due to age.
Parents
  • Like clockwork. Looks like /var/webadmin/index.plx is the run away process.

    [noparse]
    
    kyon:/root # ps -A u --sort=-rss | head
    USER       PID %CPU %MEM    VSZ   RSS TTY      STAT START   TIME COMMAND
    wwwrun   19911  4.6 16.7 659092 657068 ?       S    Aug25  29:25 /var/webadmin/index.plx
    snort     7051  0.3  5.9 251072 232700 ?       S
Reply
  • Like clockwork. Looks like /var/webadmin/index.plx is the run away process.

    [noparse]
    
    kyon:/root # ps -A u --sort=-rss | head
    USER       PID %CPU %MEM    VSZ   RSS TTY      STAT START   TIME COMMAND
    wwwrun   19911  4.6 16.7 659092 657068 ?       S    Aug25  29:25 /var/webadmin/index.plx
    snort     7051  0.3  5.9 251072 232700 ?       S
Children