halfer / awooga-app

Web application to report coding tutorials of non-optimal quality
0 stars 0 forks source link

Add .htaccess to set PHP memory options #5

Closed halfer closed 9 years ago

halfer commented 9 years ago

Currently this app will use a process of the default size -- 128M on Ubuntu, which is way too large. I expect 32M would be OK, though Zend Lucene might be the hungry one here.

halfer commented 9 years ago

Done.

10M seems to be more than enough! Currently the largest usage from ZL is 2.5M, will be interesting to see if this creeps up as the index size increases.