Browse Source

MDEV-23088: Change LimitNOFILE default from 16364 to 16384

Correct to a true 2^14 rather than some different number that
was actually just a number typo.

Bug report thanks to Hartmut Holzgraefe.
pull/1633/head
Daniel Black 5 years ago
parent
commit
c81a2d2322
  1. 2
      support-files/mariadb.service.in
  2. 2
      support-files/mariadb@.service.in

2
support-files/mariadb.service.in

@ -134,7 +134,7 @@ TimeoutStopSec=900
##
# Number of files limit. previously [mysqld_safe] open-files-limit
LimitNOFILE=16364
LimitNOFILE=16384
# Maximium core size. previously [mysqld_safe] core-file-size
# LimitCore=

2
support-files/mariadb@.service.in

@ -155,7 +155,7 @@ TimeoutStopSec=900
##
# Number of files limit. previously [mysqld_safe] open-files-limit
LimitNOFILE=16364
LimitNOFILE=16384
# Maximium core size. previously [mysqld_safe] core-file-size
# LimitCore=

Loading…
Cancel
Save