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 #1

Updated by Wouter Wolters almost 9 years ago

  • Status changed from New to Closed

Hi,

We show this warning because, as you can read in the text, the value can not be checked by TYPO3 on Windows.
To make system administrators aware of the problems this warning is shown. Please ignore the warning if it is already taken care of.

Actions #2

Updated by Eckard Gehrke almost 9 years ago

Hi,
is it possible to configure it in a conf file not to show the message any more.
In 7.6 when I log on I now get an "Important notice, one or more problems.." (which is good) but it goes to red and doesn't tell me directly that it is this special error that I can ignore.
I have to go to the "status report", and there only a warning in System environment check:
The system environment check returned warnings. Those warnings might have a negative effect on the functionality and stability of your TYPO3 CMS instance. Please check the install tool "System environment" for all details.
Only there (after unlocking the install tool) I see then the Windows apache thread stack size hint, whihc I do already now.

Actually I told the system already during install "Yes I now what I am doing continue"

Best regards
Eckard.

Actions #3

Updated by shaun Powell almost 9 years ago

Hi

I've been seeing this warning message continuously since upgrade to 7.0 as well. It is annoying and could be hiding other installation problems.
Is it possible to add a conditional to \typo3_src-7.6.2\typo3\sysext\install\Classes\SystemEnvironment\Check.php to look for an ignore flag in the $Globals['TYPO3_CONF_VARS']user array ?
For example, if Server apache and OS windows and exists flagIgnoreThread and flagIgnoreThread == true { create status }

Thanks, Shaun

Actions #4

Updated by Riccardo De Contardi almost 9 years ago

I've seen it even on 6.2.x (using XAMPP and WAMP environments)

Actions

Also available in: Atom PDF