[PR #11466] [CLOSED] Configuration: added the environment variable OLLAMA_BATCH_SIZE #75845

Closed
opened 2026-05-05 08:16:31 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/11466
Author: @reifl
Created: 7/18/2025
Status: Closed

Base: mainHead: main


📝 Commits (1)

  • a612afa added the environment variable OLLAMA_BATCH_SIZE. Can be used to configure the default Batch Size (512)

📊 Changes

3 files changed (+20 additions, -1 deletions)

View changed files

📝 api/types.go (+1 -1)
📝 envconfig/config.go (+3 -0)
📝 envconfig/config_test.go (+16 -0)

📄 Description

Can be used to configure the default Batch Size (Default Value 512)

Unless the variable is set by the user nothing should change in the behavior.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ollama/ollama/pull/11466 **Author:** [@reifl](https://github.com/reifl) **Created:** 7/18/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (1) - [`a612afa`](https://github.com/ollama/ollama/commit/a612afa0cbc0ab5314bbd9dba3ed417e94a05131) added the environment variable OLLAMA_BATCH_SIZE. Can be used to configure the default Batch Size (512) ### 📊 Changes **3 files changed** (+20 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `api/types.go` (+1 -1) 📝 `envconfig/config.go` (+3 -0) 📝 `envconfig/config_test.go` (+16 -0) </details> ### 📄 Description Can be used to configure the default Batch Size (Default Value 512) Unless the variable is set by the user nothing should change in the behavior. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-05-05 08:16:31 -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#75845