Nermin
- Total activity 51
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 13
Comments
Recent activity by Nermin-
Hello, what I have found is to disable QUIC Backend and it works. Also, couple of times it happened but it was Quic cloud error in their data centers. They told me to disable some regions, and over...
-
Hello, I just did that in /etc/systemd/system/mariadb.service.d/override.conf[Service]LimitNOFILE=3000000LimitMEMLOCK=3000000LimitNPROC=3000000 Then I did systemctl daemon-reload, and restarted SQL...
-
Hello, I did this already, but same thing happens. phpMyAdmin says I need to: Consider increasing open_files_limit, and check the error log when restarting after changing open_files_limit. Opening...
-
Hello, I did as you wrote: /usr/local/cpanel/3rdparty/perl/536/bin/cpan install GeoIP2::Database::Reader/usr/local/cpanel/3rdparty/perl/536/bin/cpan install IP::Country::DB_File/usr/local/cpanel/3r...
-
I have turned it off, and will be monitoring it. And yes, I am using SSD in RAID 0 config. Thank you!
-
I've opened a ticket. Id #94767413 Thank you!
-
I've edited that file. No mather what I put in: # Number of files limit. previously [mysqld_safe] open-files-limit LimitNOFILE=infinity LimitMEMLOCK=infinity it will not change the value more than ...
-
[root@server1 ~]# /usr/sbin/mysqld --verbose --help | grep -A 1 "Default options" 2023-03-15 17:43:56 0 [Warning] Could not increase number of max_open_files to more than 4096 (request: 4096843) 20...
-
Here it is: [root@server1 ~]# grep -i LimitNOFILE /etc/systemd/system/mysqld.service grep: /etc/systemd/system/mysqld.service: No such file or directory [root@server1 ~]#
-
Hello, I have entered these values in my.cnf table_definition_cache = 40000 # UPD table_open_cache = 1024123 # UPD open_files_limit = 3048576 # UPD Old valu...