Windows apache thread stack size
This current value cannot be checked by the system, so please ignore this warning if it is already taken care of: Fluid uses complex regular expressions which require a lot of stack space during the first processing. On Windows the default stack size for Apache is a lot smaller than on UNIX. You can increase the size to 8MB (default on UNIX) by adding the following configuration to httpd.conf and restarting Apache afterwards:
<IfModule mpm_winnt_module>
ThreadStackSize 8388608
</IfModule>
Neuen Kommentar schreiben