Project

General

Profile

Actions

Bug #71858

closed

Windows apache thread stack size not taken into account ?!

Added by Eckard Gehrke almost 9 years ago. Updated almost 9 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2015-11-26
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
7
PHP Version:
5.6
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

Hi,

when installing I get since quite a few releases the following hint during installation and no also in the status report after installation:

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>

I am sure that I have added that to the conf file regardless where I put it there right in the beginning or in the end it is either not consider from apache or typo3 does not recognize it.

Best regards
Eckard.

Actions

Also available in: Atom PDF