View Issue Details

IDProjectCategoryView StatusLast Update
0005253Composr alpha bug reports[All Projects] General / Uncategorisedpublic2023-02-14 02:08
ReporterPatrick SchmalstigAssigned ToChris Graham 
SeverityMinor-bug 
Status resolvedResolutionfixed 
Summary0005253: Windows: Had to increase stack size in Apache to evaluate select2.js
DescriptionWe had to add the indicated lines to Apache config on Windows so select2.js could evaluate via script.php without a connection reset.

The default thread stack size on Windows is 1MB on Windows whereas it is 8MB on Linux.
Additional Information<IfModule mpm_winnt_module>
   ThreadStackSize 8888888
</IfModule>
TagsNo tags attached.
Sponsorship open

Activities

Chris Graham

2023-02-13 03:09

administrator   ~0007913

I've been able to reproduce on Linux. I switched to mpm_worker, compiled PHP 8 with enable-zts (needed for threaded mpm's, which ThreadStackSize is for), and setup my Apache to use that, and lowered ThreadStackSize.

Issue History

Date Modified Username Field Change
2023-01-22 01:34 Patrick Schmalstig New Issue
2023-01-22 01:34 Patrick Schmalstig Status non-assigned => assigned
2023-01-22 01:34 Patrick Schmalstig Assigned To => Chris Graham
2023-02-13 03:09 Chris Graham Note Added: 0007913
2023-02-14 02:08 Chris Graham Status assigned => resolved
2023-02-14 02:08 Chris Graham Resolution open => fixed
2023-02-26 18:29 Chris Graham Category General => General / Uncategorised