salt-formulas / salt-formula-galera

Other
8 stars 21 forks source link

Fix mysql with adding ulimit -n 102400 #20

Closed pupapaik closed 7 years ago

pupapaik commented 7 years ago

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