I am using Weaviate cr.weaviate.io/semitechnologies/weaviate:1.26.3 deployed on Kubernetes with 3 replicas, the issue is:
- Weaviate uses about 2.5GB RAM if data on disk is size 2GB, even if no operations are running on Weaviate.
- Tried default values of the helm chart and tried changing from GOGC: 100 to GOGC: 50 but same issue.
Is there a configuration that fixes this issue?