📄 exp-cpu-sched-rtcon.cfg
字号:
<sandstorm> <global> <profile> enable false delay 100 </profile> <threadPool> initialThreads 1 minThreads 1 maxThreads 10 <sizeController> enable false autoMaxDetect false delay 1000 threshold 2 idleTimeThreshold 1000 </sizeController> </threadPool> <rtController> enable true </rtController> </global> <stages> <ClientStage> class ClientStage <initargs> recv_handler RecvStage </initargs> <rtController> enable false </rtController> <threadPool> maxThreads 1 </threadPool> </ClientStage> <RecvStage> class RecvStage <initargs> next_handler ProcessStage </initargs> <rtController> enable false </rtController> <threadPool> maxThreads 1 </threadPool> </RecvStage> <ProcessStage> class ProcessStageExpCPUSched <initargs> sched 1000:128.0 1000:32.0 1000:64.0 1000:16.0 </initargs> </ProcessStage> </stages></sandstorm>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -