diff --git a/server/utils/AiProviders/ollama/index.js b/server/utils/AiProviders/ollama/index.js index 547e2201..62e899cc 100644 --- a/server/utils/AiProviders/ollama/index.js +++ b/server/utils/AiProviders/ollama/index.js @@ -277,7 +277,6 @@ class OllamaAILLM { keep_alive: this.keepAlive, options: { temperature, - use_mlock: true, num_ctx: this.promptWindowLimit(), }, }) @@ -330,7 +329,6 @@ class OllamaAILLM { keep_alive: this.keepAlive, options: { temperature, - use_mlock: true, num_ctx: this.promptWindowLimit(), }, }),