[GH-ISSUE #6270] ollama does not work continuously #50438

Closed
opened 2026-04-28 15:53:02 -05:00 by GiteaMirror · 2 comments
Owner

Originally created by @peanutpaste on GitHub (Aug 9, 2024).
Original GitHub issue: https://github.com/ollama/ollama/issues/6270

Originally assigned to: @dhiltgen on GitHub.

What is the issue?

After I start the ollama service, it will freeze when I run it for a while. When I access it, it will keep loading, but there is no result. I kill the thread, and after restarting it, it can be used for a while (or a certain number of accesses), and then it will freeze again. Why is this?
My Divice is A6000(48G)

[Service]
ExecStart=/usr/local/bin/ollama serve
User=ollama
Group=ollama
Restart=always
RestartSec=3
Environment="OLLAMA_MODELS=/home/q/ollama_models"
Environment="OLLAMA_HOST=0.0.0.0"
Environment="OLLAMA_NUM_PARALLEL=32"
Environment="OLLAMA_MAX_QUEUE=2048"

OS

No response

GPU

No response

CPU

No response

Ollama version

No response

Originally created by @peanutpaste on GitHub (Aug 9, 2024). Original GitHub issue: https://github.com/ollama/ollama/issues/6270 Originally assigned to: @dhiltgen on GitHub. ### What is the issue? After I start the ollama service, it will freeze when I run it for a while. When I access it, it will keep loading, but there is no result. I kill the thread, and after restarting it, it can be used for a while (or a certain number of accesses), and then it will freeze again. Why is this? My Divice is A6000(48G) [Service] ExecStart=/usr/local/bin/ollama serve User=ollama Group=ollama Restart=always RestartSec=3 Environment="OLLAMA_MODELS=/home/q/ollama_models" Environment="OLLAMA_HOST=0.0.0.0" Environment="OLLAMA_NUM_PARALLEL=32" Environment="OLLAMA_MAX_QUEUE=2048" ### OS _No response_ ### GPU _No response_ ### CPU _No response_ ### Ollama version _No response_
GiteaMirror added the needs more infobugnvidia labels 2026-04-28 15:53:02 -05:00
Author
Owner

@rick-github commented on GitHub (Aug 9, 2024):

Server logs will help in debugging.

<!-- gh-comment-id:2277203780 --> @rick-github commented on GitHub (Aug 9, 2024): [Server logs](https://github.com/ollama/ollama/blob/main/docs/troubleshooting.md#how-to-troubleshoot-issues) will help in debugging.
Author
Owner

@dhiltgen commented on GitHub (Sep 5, 2024):

If you're still having problems, please make sure to upgrade to the latest version and if that doesn't clear it up, please share your server log and I'll reopen so we can investigate.

<!-- gh-comment-id:2332822570 --> @dhiltgen commented on GitHub (Sep 5, 2024): If you're still having problems, please make sure to upgrade to the latest version and if that doesn't clear it up, please share your server log and I'll reopen so we can investigate.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#50438