After some experience with a cloud model on RPI 5 , I wanted to try out a locally running model.
So I installed Ubuntu (on WSL) on a laptop with RTX 4060 GPU and intel i7 CPU with 16GB ram.
Ollama can run a 3b or 4b model (qwen3, qwen3.5) quite well on this laptop.
But when I run OpenClaw with same model it can never answer questions. I believe this is because of the context amount that OpenClaw requires. However, I read many people running similar installations without an issue. There are also people running this on a very low setup like Jetson Orin nano and Apple Mac Mini.
So I believe I am doing something wrong , using a wrong coniguration or having optimization issues. Can anyone with a similar setup (especially 16GB ram and on WSL) share their experience ? Maybe a config file that I can compare with mine ?
If I turn to a cloud model, OpenClaw can answer on the same laptop. So this is not an issue of OpenClaw accessing to Ollama. Both OpenClaw and Ollama run on the same WSL instance.
If this is not possible with WSL , I can also try a native linux installation on the same laptop. But before trying that , I really would like to hear some experiences.
Btw, I sometimes see the following line when starting up through CLI.
"model requires more system memory than is available (8.6 GiB)"
free -h shows:
12GB RAM available in WSL.