Skip to content

Commit e25627d

Browse files
authored
Merge pull request #817 from rackerlabs/mariadb-conn-limits
chore(mariadb): increase max_connections to 1024
2 parents ef39232 + 1ed7d0b commit e25627d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/openstack/mariadb-instance.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ spec:
2929
binlog_format=row
3030
innodb_autoinc_lock_mode=2
3131
max_allowed_packet=256M
32+
max_connections=1024
3233
3334
metrics:
3435
enabled: true

0 commit comments

Comments
 (0)