We recently installed wordpress and are getting memory errors even though we've allocated 256MB. We do not have access to the root file to increase the memory size on php.ini from the default of 8MB.
How do we increase the size?
Memory Setting - WordpressSubmitted by theim on Tue, 11/13/2007 - 11:41amWe recently installed wordpress and are getting memory errors even though we've allocated 256MB. We do not have access to the root file to increase the memory size on php.ini from the default of 8MB. How do we increase the size? |
JumpBox Collections
|
Since you have reigstered
Since you have reigstered your JumpBox you can enable shell access and do whatever you need to do. In this case, you can SSH in and edit the PHP ini file:
sudo nano /etc/php5/apache2/php.ini
Austin