浏览代码

更新 'resin.properties'

robert 3 年之前
父节点
当前提交
8594a4ef05
共有 1 个文件被更改,包括 6 次插入6 次删除
  1. 6 6
      resin.properties

+ 6 - 6
resin.properties

@@ -17,10 +17,10 @@
 # log_level     : finer
 
 # Enable verbose browser error reporting
-dev_mode      : true
+dev_mode      : false
 
 # How often Resin should check for updated files.
-# dependency_check_interval : 5m
+dependency_check_interval : -1
 
 # Enable /resin-doc Resin documentation
 resin_doc      : false
@@ -76,7 +76,7 @@ setuid_user   :
 setuid_group  : 
 
 # Arg passed directly to the JVM
-jvm_args  : -Xmx4096m -Xms4096m -Xmn1024m -XX:PermSize=256m -XX:MaxPermSize=512m
+jvm_args  : -Xmx4096m -Xms4096m -Xmn1024m -XX:PermSize=128m -XX:MaxPermSize=256m
 # jvm_mode    : -server
 # watchdog_jvm_args  :
 
@@ -89,9 +89,9 @@ jvm_args  : -Xmx4096m -Xms4096m -Xmn1024m -XX:PermSize=256m -XX:MaxPermSize=512m
 # http_ping_urls : http://127.0.0.1/test.jsp
 
 # Throttle the number of active threads for a port
-port_thread_max   : 256
-accept_thread_max : 32
-accept_thread_min : 4
+port_thread_max   : 1024
+accept_thread_max : 64
+accept_thread_min : 8
 # keepalive_max   : 512
 
 # Enable JNI TCP speed optimizations