Selur's Little Message Board

Full Version: numa-pools & no-limit-sao
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi.
Does Hybrid have an option to set the following? If Yeah, where can I find it?  Or should I use "Custom command line addition"?

Code:
--numa-pools 8
--no-limit-sao
Quote:Does Hybrid have an option to set the following? If Yeah, where can I find it?
  • '--no-limit-sao' = disable 'x265->Base->Loop Filter->Limit', it's normally not shown in the command line, since it's a default, if you want to see the un-minimized command line, disable 'x265->Base->Misc->Random Stuff->Minimize command line'
  • '--numa-pools' there is no such option in x265. I guess you want "--pools <integer,...> Comma separated thread count per thread pool (pool per NUMA node) '-' implies no threads on node, '+' implies one thread per core on node". If you want '--pool 8', set 'x265->Misc->Threading->Pools/Threads' to '1/8'

Cu Selur
(14.02.2018, 19:25)Selur Wrote: [ -> ]
Quote:Does Hybrid have an option to set the following? If Yeah, where can I find it?
  • '--no-limit-sao' = disable 'x265->Base->Loop Filter->Limit', it's normally not shown in the command line, since it's a default, if you want to see the un-minimized command line, disable 'x265->Base->Misc->Random Stuff->Minimize command line'
  • '--numa-pools' there is no such option in x265. I guess you want "--pools <integer,...>         Comma separated thread count per thread pool (pool per NUMA node) '-'  implies no threads on node, '+' implies one thread per core on node". If you want '--pool 8', set 'x265->Misc->Threading->Pools/Threads' to '1/8'

Cu Selur

Thanks a lot.