[GH-ISSUE #3609] Issue Storage Filling up need help! (Ubuntu server 22.04) #27985

Closed
opened 2026-04-22 05:41:08 -05:00 by GiteaMirror · 2 comments
Owner

Originally created by @alfi4000 on GitHub (Apr 12, 2024).
Original GitHub issue: https://github.com/ollama/ollama/issues/3609

Originally assigned to: @dhiltgen on GitHub.

What is the issue?

When I run Ollama my /dev/mapper directory is filling up! Check the image the marked storage is filling up how can I solve it to not happen?:
Bildschirmfoto 2024-04-11 um 17 50 08

This is command I am using to run Ollama: OLLAMA_HOST=192.168.50.53:11435 ollama serve &

What did you expect to see?

No response

Steps to reproduce

No response

Are there any recent changes that introduced the issue?

No response

OS

Linux

Architecture

x86

Platform

WSL, WSL2

Ollama version

0.1.31

GPU

Nvidia

GPU info

No response

CPU

Intel

Other software

No response

Originally created by @alfi4000 on GitHub (Apr 12, 2024). Original GitHub issue: https://github.com/ollama/ollama/issues/3609 Originally assigned to: @dhiltgen on GitHub. ### What is the issue? When I run Ollama my /dev/mapper directory is filling up! Check the image the marked storage is filling up how can I solve it to not happen?: <img width="552" alt="Bildschirmfoto 2024-04-11 um 17 50 08" src="https://github.com/ollama/ollama/assets/166188813/19a72be1-4179-4906-a0e8-ebdd6135a9e3"> This is command I am using to run Ollama: OLLAMA_HOST=192.168.50.53:11435 ollama serve & ### What did you expect to see? _No response_ ### Steps to reproduce _No response_ ### Are there any recent changes that introduced the issue? _No response_ ### OS Linux ### Architecture x86 ### Platform WSL, WSL2 ### Ollama version 0.1.31 ### GPU Nvidia ### GPU info _No response_ ### CPU Intel ### Other software _No response_
GiteaMirror added the question label 2026-04-22 05:41:08 -05:00
Author
Owner

@dhiltgen commented on GitHub (Apr 16, 2024):

You can view the models that have been loaded, and their sizes with ollama ls

You can then remove any unnecessary models with ollama rm <name>

If you want to place models in a different location on your system that has more space, see https://github.com/ollama/ollama/blob/main/docs/faq.md#where-are-models-stored

<!-- gh-comment-id:2058012875 --> @dhiltgen commented on GitHub (Apr 16, 2024): You can view the models that have been loaded, and their sizes with `ollama ls` You can then remove any unnecessary models with `ollama rm <name>` If you want to place models in a different location on your system that has more space, see https://github.com/ollama/ollama/blob/main/docs/faq.md#where-are-models-stored
Author
Owner

@dhiltgen commented on GitHub (Apr 22, 2024):

If you're still having trouble, let us know.

<!-- gh-comment-id:2071135620 --> @dhiltgen commented on GitHub (Apr 22, 2024): If you're still having trouble, let us know.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#27985