Closed
Bug 804593
Opened 12 years ago
Closed 12 years ago
Puppet config change for mysql2 dbs
Categories
(Data & BI Services Team :: DB: MySQL, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: scabral, Assigned: dustin)
Details
Please put the following in /etc/security/limits.d/99-nproc-mysql.conf on ALL mysql2 machines:
mysql soft nproc 32768
mysql hard nproc 65535
root soft nproc 32768
root hard nproc 65535
For reference, see:
https://bugzilla.mozilla.org/show_bug.cgi?id=705225#c6
Reporter | ||
Comment 1•12 years ago
|
||
mysql inherits from root, but all procs are set to 1024 by default:
[root@addons1.db.phx1 ~]# cat /etc/security/limits.d/90-nproc.conf # Default limit for number of user's processes to prevent
# accidental fork bombs.
# See rhbz #432903 for reasoning.
* soft nproc 1024
------------
we want to keep that for everything but root and mysql :D
Assignee | ||
Updated•12 years ago
|
Assignee: server-ops-database → dustin
Assignee | ||
Comment 2•12 years ago
|
||
Fixed
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•10 years ago
|
Product: mozilla.org → Data & BI Services Team
You need to log in
before you can comment on or make changes to this bug.
Description
•