[PR #10787] Memory usage reporting #13365

Closed
opened 2026-04-13 00:25:01 -05:00 by GiteaMirror · 0 comments
Owner

Original Pull Request: https://github.com/ollama/ollama/pull/10787

State: closed
Merged: Yes


This provides granular information about the backend memory allocations required by the runner:

  • Per backend
  • Per layer
  • Weights, cache and graph
  • Allocation status

This can be used for debugging and validating memory estimates. The usage information will be printed to the log if there is a memory allocation failure or if debug is enabled.

**Original Pull Request:** https://github.com/ollama/ollama/pull/10787 **State:** closed **Merged:** Yes --- This provides granular information about the backend memory allocations required by the runner: - Per backend - Per layer - Weights, cache and graph - Allocation status This can be used for debugging and validating memory estimates. The usage information will be printed to the log if there is a memory allocation failure or if debug is enabled.
GiteaMirror added the pull-request label 2026-04-13 00:25:01 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#13365