zhiquanl

Results 3 comments of zhiquanl

Supplement for Current Behavior: RTX2080T with Qwen1.5-1.8B-Chat model. run with command:$ bash ./run.sh -c local -i 0 -b hf -m Qwen1.5-1.8B-Chat -t qwen-7b-chat , increase max_connections by edit volumes/mysql.conf from...

mysql> show global status like 'Max_used_connections'; +----------------------+-------+ | Variable_name | Value | +----------------------+-------+ | Max_used_connections | 152 | +----------------------+-------+ 1 row in set (0.01 sec) mysql> show variables like '%max_connections%';...

looks like it not due to max_connections exceeded.