Skip to content

Instantly share code, notes, and snippets.

@cobaltapps
Created April 19, 2018 19:16
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save cobaltapps/16cec816d54f58f737cda0799c8c21bc to your computer and use it in GitHub Desktop.
Save cobaltapps/16cec816d54f58f737cda0799c8c21bc to your computer and use it in GitHub Desktop.
Set Windows Apache default stack size to 8mb.
<IfModule mpm_winnt_module>
ThreadStackSize 8388608
</IfModule>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment