|
@@ -17,10 +17,10 @@
|
|
# log_level : finer
|
|
# log_level : finer
|
|
|
|
|
|
# Enable verbose browser error reporting
|
|
# Enable verbose browser error reporting
|
|
-dev_mode : true
|
|
|
|
|
|
+dev_mode : false
|
|
|
|
|
|
# How often Resin should check for updated files.
|
|
# How often Resin should check for updated files.
|
|
-# dependency_check_interval : 5m
|
|
|
|
|
|
+dependency_check_interval : -1
|
|
|
|
|
|
# Enable /resin-doc Resin documentation
|
|
# Enable /resin-doc Resin documentation
|
|
resin_doc : false
|
|
resin_doc : false
|
|
@@ -76,7 +76,7 @@ setuid_user :
|
|
setuid_group :
|
|
setuid_group :
|
|
|
|
|
|
# Arg passed directly to the JVM
|
|
# 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
|
|
# jvm_mode : -server
|
|
# watchdog_jvm_args :
|
|
# 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
|
|
# http_ping_urls : http://127.0.0.1/test.jsp
|
|
|
|
|
|
# Throttle the number of active threads for a port
|
|
# 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
|
|
# keepalive_max : 512
|
|
|
|
|
|
# Enable JNI TCP speed optimizations
|
|
# Enable JNI TCP speed optimizations
|