commit | e06a318c6ffcd533b6de769df5a61b2ba595cbae | [log] [tgz] |
---|---|---|
author | Jakub Pavlik <pavlk.jakub@gmail.com> | Tue Dec 06 12:34:33 2016 +0100 |
committer | Jakub Pavlik <pavlk.jakub@gmail.com> | Wed Dec 07 14:53:23 2016 +0100 |
tree | a485058be6a4e316e0df8c828c2a5042c0eadf4c | |
parent | 70fe4ae108eda2ea361b1b0a323c6260b46740df [diff] |
Fix mysql with adding ulimit -n 102400 Bug: After deployment of linux formulas and salt states /etc/security/limits.conf are not applying, as result connections to mysql failed with error (pymysql.err.OperationalError) (1040, u'Too many connections') Solution: create mysql.overide, where ulimit is set to 102400 Closed-bug: PROD-8427