반응형
pytest -n auto + mariadb + m1 mac 너무 느림
쟁점.
입니다.pytest -n auto
mariadb를 사용하는 내 시스템에서 실행 시간이 상당히 더 오래 걸립니다.pytest
시스템 사양
패키지 버전
- mariadb Ver 15.1 분포 10.8.3-MariaDB
- 파이썬 3.9.6
- 파이테스트 7.1.3
MariaDB 구성 파일
[client]
port = 3306
socket = /tmp/mysql.sock
[mysqld]
port = 3306
socket = /tmp/mysql.sock
back_log = 50
max_connections = 100
wait_timeout = 256
max_connect_errors = 10
table_open_cache = 2048
max_allowed_packet = 16M
binlog_cache_size = 512M
max_heap_table_size = 512M
read_buffer_size = 64M
read_rnd_buffer_size = 64M
sort_buffer_size = 64M
join_buffer_size = 64M
thread_cache_size = 8
thread_concurrency = 8
thread_stack = 240K
query_cache_size = 128M
query_cache_limit = 2M
ft_min_word_len = 4
default-storage-engine = InnoDB
transaction_isolation = REPEATABLE-READ
tmp_table_size = 512M
log-bin=mysql-bin
binlog_format=mixed
slow_query_log
long_query_time = 2
server-id = 1
# INNODB options
innodb_buffer_pool_size = 4G
innodb_buffer_pool_instances = 8
innodb_data_file_path = ibdata1:10M:autoextend
innodb_write_io_threads = 8
innodb_read_io_threads = 8
innodb_thread_concurrency = 16
innodb_flush_log_at_trx_commit = 1
innodb_log_buffer_size = 1GB
innodb_change_buffering = all
innodb_change_buffer_max_size = 25
innodb_log_file_size = 512M
innodb_log_files_in_group = 3
innodb_max_dirty_pages_pct = 90
innodb_lock_wait_timeout = 256
[mysqldump]
quick
max_allowed_packet = 50M
[mysql]
no-auto-rehash
[mysqlhotcopy]
interactive-timeout
[mysqld_safe]
open-files-limit = 8192
추가 정보
모든 패키지 및 앱이 로제타를 통해 실행되지 않고 기본적으로 실행됨
언급URL : https://stackoverflow.com/questions/73766693/pytest-n-auto-mariadb-m1-mac-too-slow
반응형
'programing' 카테고리의 다른 글
미끄러운 회전목마 - 슬라이드의 높이를 같게 합니다. (0) | 2023.08.26 |
---|---|
스프링 데이터 MongoDB 날짜 간격 (0) | 2023.08.26 |
jQuery DataTables의 특정 열에 대해 정렬 사용 안 함 (0) | 2023.08.26 |
여러 문자열 매개 변수를 PowerShell 스크립트에 전달하는 방법은 무엇입니까? (0) | 2023.08.26 |
중심 맞춤 고정 위치 div (0) | 2023.08.26 |