Change number of cores used for OAI gNB from 8 to 2

- After testing we found that we do not need 8 cores
This commit is contained in:
Reem Bahsoun
2025-06-17 14:57:27 +02:00
parent 6677277b6d
commit a18a4888ec

View File

@@ -33,7 +33,7 @@ services:
timeout: 5s
retries: 5
oai-gnb-aerial:
cpuset: "13-20"
cpuset: "13-14"
image: ${REGISTRY:-oaisoftwarealliance}/oai-gnb-aerial:${TAG:-develop}
depends_on:
nv-cubb: