Is it normal that my wordpress use 55% of memory?
this is my setup:
Hoting :www.servage.net
Memory : 32 Mbyte
The memory usage are 17.61 Mbyte = 55%
Php version 5.2.42
Theme used : Default
Plugin : WP-Memory-Usage
Is it normal that my wordpress use 55% of memory?
this is my setup:
Hoting :www.servage.net
Memory : 32 Mbyte
The memory usage are 17.61 Mbyte = 55%
Php version 5.2.42
Theme used : Default
Plugin : WP-Memory-Usage
17 meg is fairly small, actually, so, yes.
That's not total memory of the machine, BTW. Your PHP is limited to 32 megs, says so right there.
So i add this code to wp-config :
define('WP_MEMORY_LIMIT', '64M');
it work now, and i can add more plugin.
You must log in to post.