Details
-
Bug
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Fixed
-
10.1.8
-
Debian 8 "Jessie"
-
10.1.9-2
Description
$ apt-get install mariadb-server mariadb-client#
|
$ echo "max_connections=3000" >> /etc/mysql/conf.d/mariadb.cnf
|
$ systemctl restart mysqld
|
$ mysql
|
Welcome to the MariaDB monitor. Commands end with ; or \g.
|
Your MariaDB connection id is 3
|
Server version: 10.1.8-MariaDB-1~jessie mariadb.org binary distribution
|
|
Copyright (c) 2000, 2015, Oracle, MariaDB Corporation Ab and others.
|
|
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
|
|
MariaDB [(none)]> select @@max_connections\G
|
@@max_connections: 214
|
1 row in set (0.00 sec)
|
Attachments
Issue Links
- relates to
-
MDEV-9095 [PATCH] systemd capability for --memlock
-
- Closed
-
- links to
Regarding select/poll bugs, for example this one: https://sourceware.org/bugzilla/show_bug.cgi?id=10352 (which is closed, but I believe I've seen active bugs too). I doubt MariaDB is actually affected by this, but didn't check.
Conversion script as it is now is only meaningful for upgrades, while original report is about clean installation.
I believe if we add extra pre-script it will further complicate our systemd script, while major purpose of all this effort was simplicity.