Memory consumption

Hi! i run Homarr on my ubuntu machine, dockerized, what is the average memory consumption for Homarr?
2 Replies
Cakey Bot
Cakey Bot2mo ago
Thank you for submitting a support request. Depending on the volume of requests, our team should get in contact with you shortly.
⚠️ Please include the following details in your post or we may reject your request without further comment: - Log (See https://homarr.dev/docs/community/faq#how-do-i-open-the-console--log) - Operating system (Unraid, TrueNAS, Ubuntu, ...) - Exact Homarr version (eg. 0.15.0, not latest) - Configuration (eg. docker-compose, screenshot or similar. Use ``your-text`` to format) - Other relevant information (eg. your devices, your browser, ...)
Frequently Asked Questions | Homarr documentation
Can I install Homarr on a Raspberry Pi?
Renoir Dessendre
Renoir DessendreOP2mo ago
Homarr Version 1.36.1 my current compose:
services:
homarr:
container_name: homarr
image: ghcr.io/homarr-labs/homarr:latest
restart: always
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /opt/stacks/homarrrr/homarr/appdata:/appdata
environment:
- SECRET_ENCRYPTION_KEY=REDACTED
ports:
- 7575:7575
networks: {}
services:
homarr:
container_name: homarr
image: ghcr.io/homarr-labs/homarr:latest
restart: always
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /opt/stacks/homarrrr/homarr/appdata:/appdata
environment:
- SECRET_ENCRYPTION_KEY=REDACTED
ports:
- 7575:7575
networks: {}
i want to set a memory limit with homarr's average memory usage i have a too much of a potato machine i saw that it was like ~600mb idling, peaked at nearly 800MB apparently that's normal usage will disable some integrations

Did you find this page helpful?