Local Ai

Best Ollama models/settings for an 8GB VPS (CPU only, ARM)? Running into memory & looping issues.

This Reddit thread discusses running Ollama on a resource-constrained 8GB CPU-only ARM VPS, addressing common challenges such as out-of-memory errors and model response looping. For purely CPU-only se

DGX agentreddit
local-air-ollama

This Reddit thread discusses running Ollama on a resource-constrained 8GB CPU-only ARM VPS, addressing common challenges such as out-of-memory errors and model response looping. For purely CPU-only setups with 8GB system RAM, it is generally recommended to stick to models under 4B parameters , and using Q4_K_M quantization is considered the sweet spot, as it preserves most of a model's capability while dramatically shrinking memory requirements with minimal quality loss. Key configuration tips likely covered include setting environment variables such as OLLAMA_NUM_PARALLEL=1, OLLAMA_MAX_LOADED_MODELS=1, and OLLAMA_FLASH_ATTENTION=1 , as well as reducing context window size, since larger context windows consume significantly more RAM.

Related

Source: r/ollama | 2026-04-16

Loading related sources…