Increase PHP Memory Limit?

  • Thread starter Thread starter DzSoundNirvana
  • Start date Start date
D

DzSoundNirvana

Guest
you will have to change it in the php.ini

List of php.ini directives

This list includes the php.ini directives you can set to configure your PHP setup.
 
I'm running a WordPress installation on BlueHost.

I'm also wanting to use a gallery that needs a much higher PHP memory size to generate thumbnails for my pictures.
I've installed the default php.ini and increased the post size to 16M, the upload size to 32M + the memory limit to 62M (just testing settings, obviously to high to be left).

However these settings don't seem to update on my server, I'm quite new at all this. Do I need to turn something off and on again? Or possibly send PHP chocolates to get it working?

Thank you for your help!
PHP: 5
Operating System : Linux
Server : Apache/2.2.11 (Unix) mod_ssl/2.2.11 OpenSSL/0.9.8i DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635
Memory usage : 17.55 MByte
MYSQL Version : 5.0.75-community-log
SQL Mode : Not set
PHP Version : 5.2.8
PHP Safe Mode : Off
PHP Allow URL fopen : On
PHP Memory Limit : 32M
PHP Max Upload Size : 2M
PHP Max Post Size : 8M
PHP Max Script Execute Time : 30s
PHP Exif support : Yes ( V1.4 )
PHP IPTC support : Yes
PHP XML support : Yes
 
you will have to change it in the php.ini

List of php.ini directives

This list includes the php.ini directives you can set to configure your PHP setup.
 
Back
Top