#5253 - Windows: Had to increase stack size in Apache to evaluate select2.js
| Identifier | #5253 |
|---|---|
| Issue type | Minor issue (breaks specific functionality) |
| Title | Windows: Had to increase stack size in Apache to evaluate select2.js |
| Status | Completed |
| Handling member | Chris Graham |
| Addon | General / Uncategorised |
| Description | We 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. |
| Steps to reproduce | |
| Additional information | <IfModule mpm_winnt_module>
ThreadStackSize 8888888 </IfModule> |
| Funded? | No |
The system will post a comment when this issue is modified (e.g., status changes). To be notified of this, click "Enable comment notifications".


Comments