10만 SKU를 보유한 magento2 사이트, 어떤 서버가 필요한지
현재 8G 메모리 4코어
php.ini에는 어떤 구성이 필요한가요?
mysql,my.cnf 구성 방법
온라인에서 다음과 같은 참고 자료를 보았는데, 이러한 매개변수를 조정하는 방법을 알고 싶습니다.
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 = 32M
innodb_autoextend_increment=512
max_allowed_packet = 16M
max_heap_table_size = 256M
read_buffer_size = 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 구성
realpath_cache_size = 32k
realpath_cache_ttl = 7200
max_execution_time = 90
max_input_time = 90
memory_limit = 256M
default_socket_timeout = 90
pdo_ mysql.cache_size = 2000
output_buffering = 4096
10만 SKU를 보유한 magento2 사이트, 어떤 서버가 필요한지
현재 8G 메모리 4코어
php.ini에는 어떤 구성이 필요한가요?
mysql,my.cnf 구성 방법
온라인에서 다음과 같은 참고 자료를 보았는데, 이러한 매개변수를 조정하는 방법을 알고 싶습니다.
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 = 32M
innodb_autoextend_increment=512
max_allowed_packet = 16M
max_heap_table_size = 256M
read_buffer_size = 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 구성
realpath_cache_size = 32k
realpath_cache_ttl = 7200
max_execution_time = 90
max_input_time = 90
memory_limit = 256M
default_socket_timeout = 90
pdo_ mysql.cache_size = 2000
output_buffering = 4096