[GH-ISSUE #10219] System crashes when attempting to load a model that exceeds RAM capacity #32466

Closed
opened 2026-04-22 13:45:42 -05:00 by GiteaMirror · 1 comment
Owner

Originally created by @yukkuriTV on GitHub (Apr 10, 2025).
Original GitHub issue: https://github.com/ollama/ollama/issues/10219

What is the issue?

This happened with gemma3:12b-it-q8_0. The installed memory is 16GB, but most of it is actually occupied by Windows. Therefore, a small amount of swap should be used during loading, but this does not work properly and the whole system crashes. Since it crashes, you cannot check the log. It's the worst.

Relevant log output


OS

Windows

GPU

Nvidia

CPU

Intel

Ollama version

0.6.5

Originally created by @yukkuriTV on GitHub (Apr 10, 2025). Original GitHub issue: https://github.com/ollama/ollama/issues/10219 ### What is the issue? This happened with gemma3:12b-it-q8_0. The installed memory is 16GB, but most of it is actually occupied by Windows. Therefore, a small amount of swap should be used during loading, but this does not work properly and the whole system crashes. Since it crashes, you cannot check the log. It's the worst. ### Relevant log output ```shell ``` ### OS Windows ### GPU Nvidia ### CPU Intel ### Ollama version 0.6.5
GiteaMirror added the needs more infobug labels 2026-04-22 13:45:42 -05:00
Author
Owner

@rick-github commented on GitHub (Apr 10, 2025):

The server log will have been written before the runner crashed, see here on how to locate it.. As there is no log provided but you think RAM has been exceeded, I would guess an OOM issue, in which case see here for mitigation techniques..

<!-- gh-comment-id:2794164731 --> @rick-github commented on GitHub (Apr 10, 2025): The server log will have been written before the runner crashed, see [here](https://github.com/ollama/ollama/blob/main/docs/troubleshooting.md#how-to-troubleshoot-issues) on how to locate it.. As there is no log provided but you think RAM has been exceeded, I would guess an OOM issue, in which case see [here](https://github.com/ollama/ollama/issues/8597#issuecomment-2614533288) for mitigation techniques..
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#32466