| Bug #24757 | No way to limit memory consumption of some server subsystems. | ||
|---|---|---|---|
| Submitted: | 1 Dec 2006 16:21 | Modified: | 1 Dec 2006 21:01 |
| Reporter: | Konstantin Osipov | ||
| Status: | Verified | ||
| Category: | Server: General | Severity: | S4 (Feature request) |
| Version: | OS: | Any | |
| Assigned to: | Target Version: | ||
| Triage: | Triaged: D5 (Feature request) | ||
[1 Dec 2006 16:21]
Konstantin Osipov
[1 Dec 2006 21:01]
Sveta Smirnova
Thank you for the reasonable feature request.
[14 Sep 2008 17:55]
Valeriy Kravchuk
Bug #39442 was marked as a duplicate of this one.
[10 Jan 3:57]
Chris Calender
Other suggestions in addition to the above: user-based or process-based Solaris10 groups would be welcome ... (i.e., project / user_attr / exec_attr, or newtask / projects / prctl / rctladm).
[10 Jan 6:20]
Shane Bester
Something that might help some folks, is a little know option of mysqld: If you want to be sure no users are allocating per-session buffers too high, you may start the server with options: --maximum-sort_buffer_size=5M --maximum_read_buffer_size=2M --maximum_tmp_table_size=5M etc .... In the above cases, this limits session values to the specified limits.
