commit | 5645c5107ae004e17372e169733226b94a49c932 | [log] [tgz] |
---|---|---|
author | Jakub Pavlik <pavlk.jakub@gmail.com> | Tue Dec 06 12:34:33 2016 +0100 |
committer | Jakub Pavlik <pavlk.jakub@gmail.com> | Tue Dec 06 12:34:33 2016 +0100 |
tree | e96db18ddd8bb493bcfc7b30296ab1e507f1f7f7 | |
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