Bug 39581 - Koha Tuning Guide
Summary: Koha Tuning Guide
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Documentation (show other bugs)
Version: unspecified
Hardware: All All
: P5 - low enhancement
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-04-08 14:19 UTC by Alexander Wagner
Modified: 2025-04-08 14:19 UTC (History)
2 users (show)

See Also:
GIT URL:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Wagner 2025-04-08 14:19:12 UTC
The Koha wiki gives some hints on tuning Koha at 

https://wiki.koha-community.org/wiki/Koha_Tuning_Guide

Adopting the suggested changes for MySQL/MariaDB effectively killed my database server due to `Thread stack overrun`s. Searching around the culprit was identified:

```
thread_stack		= 128K
```

To avoid that others to hit the same issue, I commented this line in the Wiki and added a comment on the issue. 

However, the issue hints that this page could use some rework by experts in the field.