openminds / sneakers

Sneakers is a simple, fast way to mimick Openminds Shared and Cloud hosting environments using vagrant/virtualbox, and provisioned by Chef.
25 stars 11 forks source link

PHP memory limit #36

Closed Diewy closed 11 years ago

Diewy commented 11 years ago

Some php applications need a higher memory limit (E.g.: OroCRM, it would be nice to manage this as configuration option in config.yml.

Zhann commented 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.

Diewy commented 11 years ago

Nice, thanks!