mirror of https://github.com/apache/cloudstack.git
bug 11181: adding a param so that mysql can cache the listVM prepared statement sql effectively
This commit is contained in:
parent
5a19056aa2
commit
3c6a0efa29
|
|
@ -24,7 +24,7 @@ db.cloud.removeAbandoned=false
|
||||||
db.cloud.removeAbandonedTimeout=300
|
db.cloud.removeAbandonedTimeout=300
|
||||||
db.cloud.logAbandoned=true
|
db.cloud.logAbandoned=true
|
||||||
db.cloud.poolPreparedStatements=false
|
db.cloud.poolPreparedStatements=false
|
||||||
db.cloud.url.params=prepStmtCacheSize=517&cachePrepStmts=true
|
db.cloud.url.params=prepStmtCacheSize=517&cachePrepStmts=true&prepStmtCacheSqlLimit=4096
|
||||||
|
|
||||||
# usage database settings
|
# usage database settings
|
||||||
db.usage.username=cloud
|
db.usage.username=cloud
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue