1# Due to addition of busy threads running on other cores,
2# and the simulator runs in single thread bouncing through
3# all cores, we are wasting quite a bit of time just busy
4# waiting. This makes each simulator run too long for CI.
5# So limit CPU number to 1.
6CONFIG_MP_MAX_NUM_CPUS=1
7