Skip to content

Commit

Permalink
Limit simulator's max. RAM usage to prevent system crash
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxJa4 committed Dec 18, 2023
1 parent 2af4521 commit 4be8614
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ services:
# image: carlasim/carla:0.9.14
image: ghcr.io/una-auxme/paf23:leaderboard-2.0
init: true
deploy:
resources:
limits:
memory: 16G
expose:
- 2000
- 2001
Expand Down

0 comments on commit 4be8614

Please sign in to comment.