2016-05-05 9 views

答えて

0

セレクター/アクセプターは、以下の式に基づいて計算されます。

int selectorCount=selectors>0?selectors:Math.max(1,Math.min(4,Runtime.getRuntime().availableProcessors()/2)) 
int selectorCount=acceptors=Math.max(1, Math.min(4,cores/8)); 
関連する問題