|
@@ -138,7 +138,7 @@ MPM.thread.MaxAppServers=
|
|
# Maximum number of action threads allowed to start simultaneously
|
|
# Maximum number of action threads allowed to start simultaneously
|
|
# per server process. Set max_connections parameter of the DBMS
|
|
# per server process. Set max_connections parameter of the DBMS
|
|
# to (MaxAppServers * MaxThreadsPerAppServer) or more.
|
|
# to (MaxAppServers * MaxThreadsPerAppServer) or more.
|
|
-MPM.thread.MaxThreadsPerAppServer=100
|
|
|
|
|
|
+MPM.thread.MaxThreadsPerAppServer=128
|
|
|
|
|
|
##
|
|
##
|
|
## MPM epoll section
|
|
## MPM epoll section
|
|
@@ -241,14 +241,14 @@ ActionMailer.smtp.DelayedDelivery=false
|
|
# Comment out the following line.
|
|
# Comment out the following line.
|
|
Cache.SettingsFile=cache.ini
|
|
Cache.SettingsFile=cache.ini
|
|
|
|
|
|
-# Specify the cache backend, such as 'sqlite', 'mongodb'
|
|
|
|
-# or 'redis'.
|
|
|
|
-Cache.Backend=sqlite
|
|
|
|
|
|
+# Specify the cache backend, such as 'sqlite', 'mongodb', 'redis' or
|
|
|
|
+# 'memory'.
|
|
|
|
+Cache.Backend=memory
|
|
|
|
|
|
# Probability of starting garbage collection (GC) for cache.
|
|
# Probability of starting garbage collection (GC) for cache.
|
|
# If 100 is specified, GC will be started at a rate of once per 100
|
|
# If 100 is specified, GC will be started at a rate of once per 100
|
|
# sets. If 0 is specified, the GC never starts.
|
|
# sets. If 0 is specified, the GC never starts.
|
|
-Cache.GcProbability=10000000
|
|
|
|
|
|
+Cache.GcProbability=100000000
|
|
|
|
|
|
# If true, enable LZ4 compression when storing data.
|
|
# If true, enable LZ4 compression when storing data.
|
|
-Cache.EnableCompression=no
|
|
|
|
|
|
+Cache.EnableCompression=false
|