Haven't been able to hunt down the right log to point me to the right adjustment, nor find anything on the net to help thus far.
For some reason I have a feeling that it is something in litespeed (lsws), or whm. I have a faint memory of during initial setup config for lsws coming accross some 'concurrent' setting that may be effecting this, but have not been able to reverse find anything concurrent with lsws to solve issue...
Current my.conf since I have gone down a path recently of thinking perhaps it's mysql concurrent connections related?....
[client-server]
!includedir /etc/my.cnf.d
[mysqld]
log-error = /var/lib/mysql/alderaan.revivaltechmsp.com.err
performance-schema = 0
innodb_buffer_pool_size = 6144000000
innodb_file_per_table = ON
innodb_log_file_size = 1024000000
innodb_flush_log_at_trx_commit = 1
innodb_log_buffer_size = 2048000000
max_allowed_packet = 268435456
max_connections = 1500
max_user_connections = 1500
max_heap_table_size=77M
open_files_limit = 40000
unix_socket = OFF
tmp_table_size=77M
key_buffer_size=64K

Rebooting server, changing password, and refreshing wp-config salts to no avail! Different machines do same thing, different internet networks in different locations same thing, and I've made sure to log out of ALL other machines I have ever logged into with this new server / wordpress setup. Suuuuuuuper annoying at this point haha.
Any assistance would be much appreciated! Cheers!
For some reason I have a feeling that it is something in litespeed (lsws), or whm. I have a faint memory of during initial setup config for lsws coming accross some 'concurrent' setting that may be effecting this, but have not been able to reverse find anything concurrent with lsws to solve issue...
Current my.conf since I have gone down a path recently of thinking perhaps it's mysql concurrent connections related?....
[client-server]
!includedir /etc/my.cnf.d
[mysqld]
log-error = /var/lib/mysql/alderaan.revivaltechmsp.com.err
performance-schema = 0
innodb_buffer_pool_size = 6144000000
innodb_file_per_table = ON
innodb_log_file_size = 1024000000
innodb_flush_log_at_trx_commit = 1
innodb_log_buffer_size = 2048000000
max_allowed_packet = 268435456
max_connections = 1500
max_user_connections = 1500
max_heap_table_size=77M
open_files_limit = 40000
unix_socket = OFF
tmp_table_size=77M
key_buffer_size=64K

Rebooting server, changing password, and refreshing wp-config salts to no avail! Different machines do same thing, different internet networks in different locations same thing, and I've made sure to log out of ALL other machines I have ever logged into with this new server / wordpress setup. Suuuuuuuper annoying at this point haha.
Any assistance would be much appreciated! Cheers!
Last edited by a moderator: