sofialund
Member
homelab heatstroke
- Joined:
- Jul 2024
- Posts:
- 140
- From:
- Buenos Aires, Argentina
¡the SQLite for Nextcloud! I dont know this possible, caramba~
But the Nextcloud official, it says "SQLite only for minimal testing" no? Vos think is safe for the real use?
My homelab in Buenos Aires, I have the MariaDB in separate Pi4, but the Pi4 also has the heatstroke in summer (´・ω・`) this face is mine now, the heatstroke face
Maybe for the tiny VPS, the SQLite okay if no many users. One person, two person, no problem. Three person, maybe the lock contention? I dont know the technical word in english, "contención de bloqueos"~
hot air, steady hand, magic smoke
ronwit
Member
OP
Budget King
- Joined:
- Jun 2024
- Posts:
- 122
- From:
- Osaka, Japan
Okay okay, the starter pack by RAM tier is actually genius @beto60
I made my compose with jellyfin because "why not, I have the space" but I dont have the space, I have the lie of space xd
Current status after dropping jellyfin and adding memory limits:
services:
npm:
deploy:
resources:
limits:
memory: 128M
pihole:
deploy:
resources:
limits:
memory: 128M
nextcloud:
deploy:
resources:
limits:
memory: 256M
db:
deploy:
resources:
limits:
memory: 256M
`docker stats` shows 850MB used total. Still 7 more containers to limit, but already better. Maybe I contribute the "lessons learned" to starter pack: start with limits, add services one by one, watch `docker stats` like hawk.
instant noodles, instant deploys
garykwh
Member
Inference on a Budget
- Joined:
- Jun 2024
- Posts:
- 173
- From:
- San Jose, US
Speaking of overhead, has anyone tried running inference on these tiny boxes? I know, wrong thread, but the RAM math is similar.
Llama.cpp with 7B q4_0 needs 4GB+ just for weights. Not happening on 2GB. But smaller models, phi-2 or tinyllama, maybe 1.5GB with careful limits. I squeeze tokens on GTX 1060 at home, not VPS, but the principle of memory limits applies.
Not suggesting ronwit add AI to his compose. Please don't. Just noting the discipline of limits is universal.
CUDA cores are my love language
kasiaxus
Member
- Joined:
- Aug 2024
- Posts:
- 74
- From:
- Wrocław, Poland
Prometheus + node_exporter + cadvisor
Beautiful tools, but on 2GB this is like bringing orchestra to bus stop. Overkill.
@ronwit your 850MB with 4 containers limited, good start. But npm still 128M? Caddy is 64M as @Hel said. Npm is nginx + nodejs + database inside, very heavy. If you only need reverse proxy, caddy simpler.
If you need npm features (lists, graphs, users), okay keep it. But know the cost.
POLISH SERVERS. LOUD FANS. GOOD PRICE.