mirror of
https://github.com/switchbrew/nx-hbloader.git
synced 2025-06-21 05:22:40 +02:00
Remove access to core3 since it causes stability problems when used together with preemptive multithreading & load balancing
This commit is contained in:
parent
6a5013f656
commit
c12d1ce634
2
hbl.json
2
hbl.json
@ -22,7 +22,7 @@
|
|||||||
"kernel_flags" : {
|
"kernel_flags" : {
|
||||||
"highest_thread_priority" : 59,
|
"highest_thread_priority" : 59,
|
||||||
"lowest_thread_priority" : 28,
|
"lowest_thread_priority" : 28,
|
||||||
"highest_cpu_id" : 3,
|
"highest_cpu_id" : 2,
|
||||||
"lowest_cpu_id" : 0
|
"lowest_cpu_id" : 0
|
||||||
},
|
},
|
||||||
"syscalls" : {
|
"syscalls" : {
|
||||||
|
Loading…
Reference in New Issue
Block a user