|
@@ -5,16 +5,16 @@ NoHeapManualRelease=true
|
|
NoHeapReleaseInterval = 30
|
|
NoHeapReleaseInterval = 30
|
|
|
|
|
|
#one cpu core's min thread size, default is 2
|
|
#one cpu core's min thread size, default is 2
|
|
-ThreadPoolMinSize= 2
|
|
|
|
|
|
+ThreadPoolMinSize= 1
|
|
|
|
|
|
#one cpu core's max thread size, default is 50
|
|
#one cpu core's max thread size, default is 50
|
|
-ThreadPoolMaxSize= 2
|
|
|
|
|
|
+ThreadPoolMaxSize= 1
|
|
|
|
|
|
#thread pool status log output interval, , default is 1000
|
|
#thread pool status log output interval, , default is 1000
|
|
-ThreadPoolStatusInterval = 3000
|
|
|
|
|
|
+ThreadPoolStatusInterval = 0
|
|
|
|
|
|
#ByteBufferChannel max size, unit byte, default is 1024*1024*2
|
|
#ByteBufferChannel max size, unit byte, default is 1024*1024*2
|
|
-ByteBufferChannelMaxSize = 20971520
|
|
|
|
|
|
+ByteBufferChannelMaxSize = 102400
|
|
|
|
|
|
#Cache used serialize method , chose with: JDK or JSON, default is jdk
|
|
#Cache used serialize method , chose with: JDK or JSON, default is jdk
|
|
SerializeType = JDK
|
|
SerializeType = JDK
|