Giarc86
Expert Member
- Joined
- May 28, 2008
- Messages
- 1,243
- Reaction score
- 4
Hi all,
There is a site my company owns that was done in Drupal 5 but no one here exactly manages it. Content gets uploaded by free lancers elsewhere.
The other day the site suddenly stopped working and gave this error message:
The people who work on it don't know what they did and don't know how to correct it.
So I Googled and it quite simply states that the memory limit for PHP is not enough.
So I checked in Hetzner and the highest limit is 64MB.
Can a limit be set higher elsewhere? I tried putting a php.ini file into the root but that didn't work.
I am guessing if Hetzner says 64MB that is the most one can use?
How can I get the site to use less memory?
Thanks for any advice.
There is a site my company owns that was done in Drupal 5 but no one here exactly manages it. Content gets uploaded by free lancers elsewhere.
The other day the site suddenly stopped working and gave this error message:
Code:
Fatal error: Allowed memory size of 1073741824 bytes exhausted (tried to allocate 605 bytes) in /usr/www/users/couryr/includes/database.mysql.inc on line 188
The people who work on it don't know what they did and don't know how to correct it.
So I Googled and it quite simply states that the memory limit for PHP is not enough.
So I checked in Hetzner and the highest limit is 64MB.
Can a limit be set higher elsewhere? I tried putting a php.ini file into the root but that didn't work.
I am guessing if Hetzner says 64MB that is the most one can use?
How can I get the site to use less memory?
Thanks for any advice.