Closed Diewy closed 11 years ago
Thank you for the suggestion.
@Rapsey added the possibility to set php memory limit. :thumbsup:
All you have to do, is pull in the latest code and add the following to config.yml:
php_memory_limit: "256M"
Make note though that our shared accounts in production are always limited to 192M. So if you turn it up a notch, we suspect it's not for testing something that will go on a shared account.
Nice, thanks!
Some php applications need a higher memory limit (E.g.: OroCRM, it would be nice to manage this as configuration option in config.yml.