[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Phpgroupware-users] Phpgroupware and memory
From: |
Chris Weiss |
Subject: |
Re: [Phpgroupware-users] Phpgroupware and memory |
Date: |
Thu, 29 Aug 2002 14:03:09 +0000 |
it's php and/or apaches fault. most phpgw scripts do a clean up to close
resources and release memory, but php/apache keeps hol dof that memory to use
later. Trouble is it doesn't always use it right away thus sucking up system
memory. phpgw is a very complex php app in the grand scheme of things and so
can use a lot of memory.
My server has 256Meg and uses only 1.4Meg of swap. A small amount of swap is
normal, more than 10Meg and I'd be worried.
Mikael Mourcia (address@hidden) wrote*:
>
>Hi all,
>
>I get a problem with memory managment. I'm runnning phpgroupware 0.9.14
>under Linux (RedHat 7.3) and when I log into phpgroupware i see via the top
>command the used memory increasment.
>Ok for that but when i logout nothing happens. THe used memory does not
>decrease :(
>And in fact after a few minute my system is obliged to use swap memory ...
>
>Does someone get the same problem ?
>Mikael Mourcia
>
>
>
>_______________________________________________
>Phpgroupware-users mailing list
>address@hidden
>http://mail.gnu.org/mailman/listinfo/phpgroupware-users
>
- Re: [Phpgroupware-users] Phpgroupware and memory,
Chris Weiss <=