diff --git a/mysql_conf/limits.conf b/mysql_conf/limits.conf index ef4932b..39d4fd4 100644 --- a/mysql_conf/limits.conf +++ b/mysql_conf/limits.conf @@ -1,5 +1,4 @@ -* soft nproc 655350 -* hard nproc 655350 -* soft nofile 655350 -* hard nofile 655350 - +* soft nproc 65535 +* hard nproc 65535 +* soft nofile 1024000 +* hard nofile 1024000 \ No newline at end of file