Reduce MAMP memory usage by limiting the number of Apache processes

When developing web sites on a Mac it is common to use MAMP. By default MAMP will run several Apache processes because that’s just what Apache does by default – having several processes means several requests can be served at once. But, in a local development scenario, this is very unlikely to happen because the … Continue reading Reduce MAMP memory usage by limiting the number of Apache processes