JAMES-2090 Add new Cassandra properties in sample docker configuration files
Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/5914a838 Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/5914a838 Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/5914a838 Branch: refs/heads/master Commit: 5914a838769c94bc3aa918450e4bde7f64add833 Parents: 4695c7a Author: benwa <btell...@linagora.com> Authored: Wed Jul 5 11:18:50 2017 +0700 Committer: benwa <btell...@linagora.com> Committed: Thu Jul 6 08:48:54 2017 +0700 ---------------------------------------------------------------------- .../destination/conf/cassandra.properties | 15 ++++++++++++++- .../cassandra/destination/conf/cassandra.properties | 14 +++++++++++++- 2 files changed, 27 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/james-project/blob/5914a838/dockerfiles/run/guice/cassandra-ldap/destination/conf/cassandra.properties ---------------------------------------------------------------------- diff --git a/dockerfiles/run/guice/cassandra-ldap/destination/conf/cassandra.properties b/dockerfiles/run/guice/cassandra-ldap/destination/conf/cassandra.properties index 6070413..3b273e6 100644 --- a/dockerfiles/run/guice/cassandra-ldap/destination/conf/cassandra.properties +++ b/dockerfiles/run/guice/cassandra-ldap/destination/conf/cassandra.properties @@ -3,4 +3,17 @@ cassandra.nodes=cassandra cassandra.keyspace=apache_james cassandra.replication.factor=1 cassandra.retryConnection.maxRetries=10 -cassandra.retryConnection.minDelay=5000 \ No newline at end of file +cassandra.retryConnection.minDelay=5000 + + +## These low level tuning options controls performance related options in Cassandra related code +## The default values are documented here. Understand the effects before editing. +# mailbox.max.retry.acl=1000 +# mailbox.max.retry.modseq=100000 +# mailbox.max.retry.uid=100000 +# mailbox.max.retry.message.flags.update=1000 +# mailbox.max.retry.message.id.flags.update=1000 +# fetch.advance.row.count=1000 +# chunk.size.flags.update=20 +# chunk.size.message.read=100 +# chunk.size.expunge=100 \ No newline at end of file http://git-wip-us.apache.org/repos/asf/james-project/blob/5914a838/dockerfiles/run/guice/cassandra/destination/conf/cassandra.properties ---------------------------------------------------------------------- diff --git a/dockerfiles/run/guice/cassandra/destination/conf/cassandra.properties b/dockerfiles/run/guice/cassandra/destination/conf/cassandra.properties index 42a9159..54540e4 100644 --- a/dockerfiles/run/guice/cassandra/destination/conf/cassandra.properties +++ b/dockerfiles/run/guice/cassandra/destination/conf/cassandra.properties @@ -13,4 +13,16 @@ cassandra.retryConnection.minDelay=5000 ## In ms. Should be higher than socket read timeout # cassandra.pooling.timeout=5000 ## In seconds. -# cassandra.pooling.heartbeat.timeout=30 \ No newline at end of file +# cassandra.pooling.heartbeat.timeout=30 + +## These low level tuning options controls performance related options in Cassandra related code +## The default values are documented here. Understand the effects before editing. +# mailbox.max.retry.acl=1000 +# mailbox.max.retry.modseq=100000 +# mailbox.max.retry.uid=100000 +# mailbox.max.retry.message.flags.update=1000 +# mailbox.max.retry.message.id.flags.update=1000 +# fetch.advance.row.count=1000 +# chunk.size.flags.update=20 +# chunk.size.message.read=100 +# chunk.size.expunge=100 \ No newline at end of file --------------------------------------------------------------------- To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org For additional commands, e-mail: server-dev-h...@james.apache.org