Commit c81a2d23 authored by Daniel Black's avatar Daniel Black

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.
parent 29851b67
...@@ -134,7 +134,7 @@ TimeoutStopSec=900 ...@@ -134,7 +134,7 @@ TimeoutStopSec=900
## ##
# Number of files limit. previously [mysqld_safe] open-files-limit # Number of files limit. previously [mysqld_safe] open-files-limit
LimitNOFILE=16364 LimitNOFILE=16384
# Maximium core size. previously [mysqld_safe] core-file-size # Maximium core size. previously [mysqld_safe] core-file-size
# LimitCore= # LimitCore=
......
...@@ -155,7 +155,7 @@ TimeoutStopSec=900 ...@@ -155,7 +155,7 @@ TimeoutStopSec=900
## ##
# Number of files limit. previously [mysqld_safe] open-files-limit # Number of files limit. previously [mysqld_safe] open-files-limit
LimitNOFILE=16364 LimitNOFILE=16384
# Maximium core size. previously [mysqld_safe] core-file-size # Maximium core size. previously [mysqld_safe] core-file-size
# LimitCore= # LimitCore=
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment