Your IP : 10.1.73.149


Current Path : /proc/thread-self/root/proc/thread-self/root/etc/
Upload File :
Current File : //proc/thread-self/root/proc/thread-self/root/etc/my.cnf

[mysqld]
# Basic settings
log-error=/var/lib/mysql/vmi2433999.contaboserver.net.err
max_allowed_packet=256M
open_files_limit=100000
#skip-name-resolve=1
performance-schema=0

# InnoDB settings
innodb_file_per_table=1
innodb_buffer_pool_size=16G
innodb_buffer_pool_instances=8         # Use multiple instances to reduce contention
innodb_log_file_size=4G
innodb_log_buffer_size=256M             # Increase from default if you have many transactions
innodb_flush_method=O_DIRECT
innodb_flush_log_at_trx_commit=1       # (Set to 2 if you can trade some durability for performance)

# Cache and connection settings
join_buffer_size=1M
table_definition_cache=6000            # Increase to cover your 5600+ tables
max_connections=200                    # Increase if expecting higher concurrency
thread_cache_size=50
table_open_cache=4000
plugin-load-add=auth_ed25519
unix_socket=OFF
max_heap_table_size=479M
tmp_table_size=479M
key_buffer_size=106M