Skip to content
Snippets Groups Projects
Commit 77b57bc2 authored by Robert Schmidt's avatar Robert Schmidt
Browse files

CI: increase UE thread pool size

There seem to be randomly occurring deadlocks when running the UE in the
CI. MR !3091 should fix this. While waiting for this, apply a workaround
by increasing the number of worker pools in the UE to 12.
parent 06e1c3bc
No related branches found
No related tags found
1 merge request!3106Integration: `2024.w46`
......@@ -6,6 +6,8 @@ uicc0 = {
nssai_sst=1;
}
thread-pool = "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1"
#/* configuration for channel modelisation */
#/* To be included in main config file when */
#/* channel modelisation is used (rfsimulator with chanmod options enabled) */
......
......@@ -5,6 +5,8 @@ uicc0:
dnn: oai
nssai_sst: 1
thread-pool: "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1"
#/* configuration for channel modelisation */
#/* To be included in main config file when */
#/* channel modelisation is used (rfsimulator with chanmod options enabled) */
......
......@@ -6,3 +6,5 @@ uicc0 = {
nssai_sst=1;
nssai_sd=66051;
}
thread-pool = "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment