PHP memory too low.

human

New member
My website - http://humanenrich.com (A parked domain)
wordpress - http://humanenrich.com/blog

Username - human

In my wordpress installation I am getting this kind of error.
sometimes on php files when trying to allocate memory this occurs.

Fatal error: Out of memory (allocated 29097984) (tried to allocate 1920 bytes) in /home/human/public_html/blog...

What I infer is that the php memory allocated to my free hosting is less than I require.

So my question is what is the memory limit of free hosting.
and can I change it in cpanel or add something in .htaccess file or something so that I can resolve this.

Thanks
 

un4saken

Administrator
add
Code:
define('WP_MEMORY_LIMIT', '128M');
after
Code:
define('ABSPATH', dirname(__FILE__).'/');
in your wp-config file