framework.properties 908 B

1234567891011121314151617181920212223242526
  1. #if it set true, framework will free noheapmemory immediately, default is true
  2. NoHeapManualRelease=true
  3. #when jvm nohup object is recycle, every this interval whill release nohup memory, default is 30
  4. NoHeapReleaseInterval = 600
  5. #one cpu core's min thread size, default is 2
  6. ThreadPoolMinSize= 1
  7. #one cpu core's max thread size, default is 50
  8. ThreadPoolMaxSize= 1
  9. #thread pool status log output interval, , default is 1000
  10. ThreadPoolStatusInterval = 0
  11. #ByteBufferChannel max size, unit byte, default is 1024*1024*2
  12. ByteBufferChannelMaxSize = 20971520
  13. #Cache used serialize method , chose with: JDK or JSON, default is jdk
  14. SerializeType = JDK
  15. #if set this argument is true, Convernt escape char in JSON, like: \f \b \r \n \t to unicode for browser parse the json, default is true
  16. JSONConvertEscapeChar = false
  17. #the host where is the remote class source locations
  18. #RemoteClassSource=127.0.0.1:3001