You can do so by creating a .htaccess file in your document root and add the following:
<IfModule mod_php5.c>
php_value memory_limit 64M
</IfModule>
You can do so by creating a .htaccess file in your document root and add the following:
<IfModule mod_php5.c>
php_value memory_limit 64M
</IfModule>