Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Memory limit
#9
Here is the solution to my problem. And then what I was looking for a plugin. fool.

<?php $memory = (!function_exists('memory_get_usage')) ? '' : round(memory_get_usage()/1024/1024, 2) . 'MB';
echo $memory; ?>
Reply


Messages In This Thread
Memory limit - by Dimmon123 - 2014-03-02, 05:00:13
RE: Memory limit - by Timbow - 2014-03-02, 09:53:09
RE: Memory limit - by Dimmon123 - 2014-03-02, 16:46:26
RE: Memory limit - by shawn_a - 2014-03-03, 00:14:44
RE: Memory limit - by Dimmon123 - 2014-03-03, 02:48:09
RE: Memory limit - by Carlos - 2014-03-03, 04:26:00
RE: Memory limit - by shawn_a - 2014-03-03, 06:24:59
RE: Memory limit - by Dimmon123 - 2014-03-03, 06:38:28
RE: Memory limit - by Dimmon123 - 2014-03-05, 01:56:16



Users browsing this thread: 1 Guest(s)