我昨天升级了maxkb2.71和ollama0.18.2。在升级之前用maxkb调用ollama里面的模型是没问题的,升级完成之后调用ollama里的千问向量模型很慢,调用qwen3.5 0.8b模型直接没有反映,经过查询发现貌似是maxkb2.71和ollama0.18.2之间有资源冲突,这个问题该怎么解决呢:以下是我一些操作:root@ubuntu2404:~# docker start $(docker ps -a -q)
be63c25b8e94
07c7c222fcfe
475a44a2f369
4848d226b5fc
698d13df2fc1
04a9c32ab747
17966fece886
48d7ae7d3d05
b11b47b919fb
3c6a7c4e8a68
d0b38fe40e23
16c406946947
root@ubuntu2404:~# ps aux | grep ollama
ollama 332570 0.1 0.5 1937572 82744 ? Ssl 06:52 0:01 /usr/local/bin/ollama serve
ollama 338266 8.0 12.1 4593072 1987528 ? Sl 07:00 0:25 /usr/local/bin/ollama runner --ollama-engine --model /usr/share/ollama/.ollama/models/blobs/sha256-afb707b6b8fac6e475acc42bc8380fc0b8d2e0e4190be5a969fbf62fcc897db5 --port 33695
ollama 338692 0.1 0.3 259972 57576 ? S 07:04 0:00 postgres -c max_connections=1000
ollama 338766 0.0 0.0 260104 8696 ? Ss 07:04 0:00 postgres: checkpointer
ollama 338767 0.0 0.0 260232 7460 ? Ss 07:04 0:00 postgres: background writer
ollama 338787 0.0 0.0 259972 10424 ? Ss 07:04 0:00 postgres: walwriter
ollama 338788 0.0 0.0 262156 8992 ? Ss 07:04 0:00 postgres: autovacuum launcher
ollama 338789 0.0 0.0 262172 8328 ? Ss 07:04 0:00 postgres: logical replication launcher
ollama 339327 3.8 3.4 3872832 565328 ? Ssl 07:04 0:02 mysqld
ollama 339612 0.0 0.1 263736 19656 ? Ss 07:04 0:00 postgres: root maxkb 172.31.250.194(52234) idle
ollama 340208 0.0 0.1 263380 20572 ? Ss 07:04 0:00 postgres: root maxkb 172.31.250.194(52250) idle
ollama 340242 0.0 0.1 263380 20516 ? Ss 07:04 0:00 postgres: root maxkb 172.31.250.194(52262) idle
ollama 340658 7.9 2.6 2838564 437844 ? Ssl 07:04 0:03 mysqld --default-authentication-plugin=caching_sha2_password --character-set-server=utf8mb4 --collation-server=utf8mb4_general_ci
ollama 341354 0.0 0.1 263496 19468 ? Ss 07:05 0:00 postgres: root maxkb 172.31.250.194(53838) idle
ollama 341356 0.0 0.1 263484 20164 ? Ss 07:05 0:00 postgres: root maxkb 172.31.250.194(53852) idle
root 341715 0.0 0.0 9660 2424 pts/0 S+ 07:05 0:00 grep --color=auto ollama
root@ubuntu2404:~# docker stop $(docker ps -a -q)
be63c25b8e94
07c7c222fcfe
475a44a2f369
4848d226b5fc
698d13df2fc1
04a9c32ab747
17966fece886
48d7ae7d3d05
b11b47b919fb
3c6a7c4e8a68
d0b38fe40e23
16c406946947
root@ubuntu2404:~# ps aux | grep ollama
ollama 332570 0.1 0.5 1937572 82744 ? Ssl 06:52 0:01 /usr/local/bin/ollama serve
root 344028 0.0 0.0 9660 2420 pts/0 S+ 07:07 0:00 grep --color=auto ollama
root@ubuntu2404:~#