slav123 / CodeIgniter-minify

CodeIgniter minify library CSS and JavaScript compression on the fly
MIT License
226 stars 86 forks source link

Apache crash when minify #18

Closed abdulpatrick closed 7 years ago

abdulpatrick commented 9 years ago

@slav123 thanks for this nice library. :)

when i try it the apache always crashed when rebuild minify JS or CSS or both. have been googling for a while and found a solution. it work for me.

edit http.conf and add this line.

ThreadStackSize 8388608

more detailed about this issue: https://code.google.com/p/minify/issues/detail?id=62#c9