Forum Moderators: phranque

Message Too Old, No Replies

finding systems free memory using php program

Finding free memory

         

suganyaraju

4:49 am on May 26, 2008 (gmt 0)

10+ Year Member



Hi
i need to know the free memory of a system for running some programs.
can u plz tell me how to find free memory by php program

penders

10:00 am on May 26, 2008 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



I think a certain amount of memory is allocated to PHP processes, so this may not be the same as the amount of free memory on the system?

PHP manual: memory_get_usage() [uk.php.net]