Created
April 19, 2018 19:16
-
-
Save cobaltapps/16cec816d54f58f737cda0799c8c21bc to your computer and use it in GitHub Desktop.
Set Windows Apache default stack size to 8mb.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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