Hi,
Since you are using LXC, you have to pass an option to change the limit.
For docker:
docker run --name mariadb --ulimit nofile=65535:65535 mariadb:10.1.35
In LXC:
lxc config set mariadb limits.kernel.nofile 65535
-GL
Le ven. 2 nov. 2018 à 12:07, a écrit :
> Hi,
> I have installed
> Ma
Hi,
I have installed
MariaDB 10.1.35
in a container (LXC) with Debian 9.5.
Starting the database service I get this warning:
Nov 02 03:23:50 ct125-netdot mysqld[25687]: 2018-11-02 3:23:50 140396535071680 [Warning] Could not increase number of max_open_files to more than 4096 (request: 418
2 matches
Mail list logo