Open catfact opened 1 year ago
re: https://github.com/monome/norns/pull/1706#issuecomment-1746933181
i've forked the nng repo under monome and noted what appear to be the relevant vars in nng/CMakeLists.txt
nng
nng/CMakeLists.txt
set(NNG_MAX_TASKQ_THREADS 16 CACHE STRING "Upper bound on taskq threads, 0 for no limit")
set(NNG_MAX_EXPIRE_THREADS 8 CACHE STRING "Upper bound on expire threads, 0 for no limit")
my wonderings:
cmake
waf
third-party
norns-image
also mostly out of curiousity: is having excess nng threads a significant / blocking issue? seems like if idle they wouldn't have too much impact
re: https://github.com/monome/norns/pull/1706#issuecomment-1746933181
i've forked the
nng
repo under monome and noted what appear to be the relevant vars innng/CMakeLists.txt
set(NNG_MAX_TASKQ_THREADS 16 CACHE STRING "Upper bound on taskq threads, 0 for no limit")
set(NNG_MAX_EXPIRE_THREADS 8 CACHE STRING "Upper bound on expire threads, 0 for no limit")
my wonderings:
cmake
build fromwaf
if we submodulenng
underthird-party
? if not then i guess this might better be moved tonorns-image
also mostly out of curiousity: is having excess nng threads a significant / blocking issue? seems like if idle they wouldn't have too much impact