FAQ > PHP
Increase the PHP memory limit
- Start MAMP PRO
- Stop the server if it’s running
- Choose Menu > File > Open Template > PHP (php.ini) > VERSION
- The php.ini file will be opened.
- If a dialogue box pops up, read it and confirm with OK
- Search (Command + F) for
memory_limit
- You should get the following line:
`memory_limit = 128M’ - Now you can change the default value of
128M
. For instance into256M
or even more (like512M
) - Save (Command + S) your changes.
- Close (Command - W) the file.
- Start the Server.