Eine Magento2-Website mit 100.000 SKUs, welche Art von Server wird benötigt
Derzeit 8G Speicher 4 Kerne
Und welche Konfiguration ist für php.ini erforderlich
So konfigurieren Sie mysql,my.cnf
Ich habe online einige Referenzen wie folgt gesehen und möchte wissen, wie ich diese Parameter anpassen kann.
mysql
innodb_thread_concurrency = 8
innodb_flush_log_at_trx_commit = 2
thread_concurrency = 12
thread_cache_size = 32
table_cache = 1024
query_cache_size =. 64M
query_cache_limit = 2M
join_buffer_size = 8M
tmp_table_size = 256M
key_buffer = .2M
read_rn d_buffer_size = 16M
bulk_insert_buffer_size = 64M
myisam_sort_buffer_size = 128M
myisam_max_sort_file_size = 1G
myisam_max_extra_sort_file_size = 1G
myisam_repair_threads = 1
PHP-Konfiguration
realpath_cache_size = 32k
realpath_cache_ttl = 7200
max_input_time = 90
memory_limit = 256M
default_socket_timeout = 90
pdo_mysql.cache_size = 2000
output_buffering = 4096
Antwortinhalt:
So konfigurieren Sie mysql,my.cnf
Ich habe online einige Referenzen wie folgt gesehen und möchte wissen, wie ich diese Parameter anpassen kann.
mysqlinnodb_thread_concurrency = 8
innodb_flush_log_at_trx_commit = 2thread_concurrency = 12
thread_cache_size = 32
table_cache = 1024
query_cache_size =. 64M
query_cache_limit = 2M
join_buffer_size = 8M
tmp_table_size = 256M
key_buffer = .2M
read_rn d_buffer_size = 16M
bulk_insert_buffer_size = 64M
myisam_sort_buffer_size = 128M
myisam_max_sort_file_size = 1G
myisam_max_extra_sort_file_size = 1G
myisam_repair_threads = 1
PHP-Konfiguration
realpath_cache_size = 32k
realpath_cache_ttl = 7200
max_execution_time = 90
max_input_time = 90
memory_limit = 256M
default_socket_timeout = 90
output_buffering = 4096