PHP Speicher erhöhen
Roland Schuster
- php
Hi!
Wie kann man denn den Speicher für PHP erhöhen?
Ich verwend ein Tool und da steht bei Tipps (falls es langsam läuft):
"Increase the amount of memory available to php and mysql (remember, you will have to increase the amount of memory available to the php process in any case)"
thx
Roland
hi,
"Increase the amount of memory available to php and mysql (remember, you will have to increase the amount of memory available to the php process in any case)"
http://www.php.net/manual/en/ini.core.php#ini.memory-limit.
Auf der Seite stehen noch ein Paar andere Beispiele, wie z. B. max_execution_time.
mfg