Add cpuset to docker-compose.yaml to not allow nr-softmodem to execute on cores used by L1

parent e7f16429
...@@ -34,6 +34,7 @@ services: ...@@ -34,6 +34,7 @@ services:
timeout: 5s timeout: 5s
retries: 5 retries: 5
oai-gnb-aerial: oai-gnb-aerial:
cpuset: "13-20"
image: oai-gnb-aerial:latest image: oai-gnb-aerial:latest
depends_on: depends_on:
nv-cubb: nv-cubb:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment