Skip to content

Commit

Permalink
chore: passing increased limits to system local collector
Browse files Browse the repository at this point in the history
  • Loading branch information
xadahiya committed Oct 24, 2024
1 parent 89227cb commit 3800806
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ services:
bash -c "bash server_autofill.sh && bash init_processes.sh"
networks:
- custom_network
ulimits:
nofile:
soft: 65536
hard: 65536
snapshotter-core:
image: ${SNAPSHOTTER_IMAGE:-ghcr.io/powerloom/snapshotter-core:dockerify}
expose:
Expand Down

0 comments on commit 3800806

Please sign in to comment.