Skip to content

Commit

Permalink
feat: Changed the Docker-Compose real-time options
Browse files Browse the repository at this point in the history
  • Loading branch information
2b-t committed Jul 30, 2022
1 parent 827e2b0 commit 5ca2f08
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@ services:
dockerfile: docker/Dockerfile
container_name: realtime_docker
tty: true
privileged: true
cap_add:
- SYS_NICE
ulimits:
rtprio: 99
rttime: -1
memlock: 8428281856
network_mode: host
volumes:
- ../src:/benchmark/src
Expand Down

0 comments on commit 5ca2f08

Please sign in to comment.