안녕하세요.
다름이 아니옵고, 로그인시 너무 많은 시간이 소요되는 문제가 있습니다.
최근에 로그인한 아이디는 대략 10초 이내에 로그인이 되는데, 2~3일만 접속 안한 아이디는 2분 넘게 소요됩니다.
회원수는 약 4만명정도되구요...
대체 무슨 문제인지 모르겠습니다.
[mysqld]
datadir = /var/lib/mysql
socket = /var/lib/mysql/mysql.sock
symbolic-links=0
character-set-server = utf8mb4
collation-server = utf8mb4_unicode_ci
#innodb_file_per_table=1
open_files_limit=80000
max_allowed_packet=268435456
innodb_buffer_pool_size=2G
#innodb_log_file_size=256M
innodb_flush_method=O_DIRECT
innodb_io_capacity=2000
innodb_old_blocks_time=2000
innodb_open_files=8000
key_buffer_size=16M
read_buffer_size=256K
read_rnd_buffer_size=256K
query_cache_size=128M
query_cache_limit=5M
join_buffer_size=4M
sort_buffer_size=4M
max_heap_table_size=128M
tmp_table_size=128M
table_open_cache=4500
table_definition_cache=4000
thread_cache_size=50
long_query_time=3
#tmp_table_size=2G
#max_heap_table_size=2G
max_connections = 1024
innodb_buffer_pool_size = 6G
innodb_buffer_pool_instances = 4
#query_cache_size = 128M
innodb_write_io_threads = 8
innodb_read_io_threads = 8
[mysqld_safe]
log-error=/var/log/mariadb/mariadb.log
log-slow-queries=/var/log/mariadb/log-slow-queries.log
pid-file=/var/run/mariadb/mariadb.pid
!includedir /etc/my.cnf.d
| CPU load averages: | 0.31 (1 mins) , 0.41 (5 mins) , 0.65 (15 mins) |
| CPU type: | Intel(R) Xeon(R) CPU E3-1260L v5 @ 2.90GHz , 4 cores |
| ID | Owner | CPU | Command |
|---|---|---|---|
| mysql | 65.9 % | /usr/libexec/mysqld --basedir=/usr --datadir=/var/lib/mysql --plugin-dir=/usr/li ... |
서버 스펙:
| Processor information | Intel(R) Xeon(R) CPU E3-1260L v5 @ 2.90GHz, 4 cores | System uptime | |
| Running processes | CPU load averages | 0.44 (1 min) 0.45 (5 mins) 0.67 (15 mins) | |
| Real memory | 1.72 GiB used / 771.12 MiB cached / 27.33 GiB total | Virtual memory | 0 bytes used / 15.99 GiB total |
| Local disk space | 41.36 GiB used / 811.6 GiB free / 852.96 GiB total |
답변 5개 / 댓글 3개
member 테이블 innoDB 변경 / phpMyadmin 에서 그누보드 로그인시 slow query 체크 후 해당부분 index 처리 해보세요
유료로 해결했다는거면 어떤 것일까요 ㅋ
답변에 대한 댓글 1개
이거 혹시 해결하셨나요? 저도 그러는데 그누보드만의 문제 아닐까요;;
답변에 대한 댓글 2개
혹시 해결되셨나요?
저희랑 비슷한 문제를 가지고 계시네요, 회원수도 비슷하고요.
저희도 최근 로그인한 아이디는 빠릅니다.
근데 며칠만에 로그인하면 정말 정말 느려요..ㅜ.ㅜ
일단
get_member 에서 로그인시 필요한 정보만 불러와 보세요..
답변을 작성하려면 로그인이 필요합니다.