You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@james.apache.org by bt...@apache.org on 2021/04/02 01:29:39 UTC

[james-project] 01/03: JAMES-3255 Decrease Cassandra fork counts to improve stability

This is an automated email from the ASF dual-hosted git repository.

btellier pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git

commit fab58364e2423f93e16581654b9b4831031c6dd4
Author: Benoit Tellier <bt...@linagora.com>
AuthorDate: Thu Apr 1 13:30:30 2021 +0700

    JAMES-3255 Decrease Cassandra fork counts to improve stability
---
 mailbox/cassandra/pom.xml               | 2 +-
 mpt/impl/imap-mailbox/cassandra/pom.xml | 2 +-
 server/data/data-cassandra/pom.xml      | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/mailbox/cassandra/pom.xml b/mailbox/cassandra/pom.xml
index 6f6b504..2ea41ed 100644
--- a/mailbox/cassandra/pom.xml
+++ b/mailbox/cassandra/pom.xml
@@ -201,7 +201,7 @@
                 <artifactId>maven-surefire-plugin</artifactId>
                 <configuration>
                     <reuseForks>true</reuseForks>
-                    <forkCount>4</forkCount>
+                    <forkCount>2</forkCount>
                 </configuration>
             </plugin>
         </plugins>
diff --git a/mpt/impl/imap-mailbox/cassandra/pom.xml b/mpt/impl/imap-mailbox/cassandra/pom.xml
index 999f614..5b4ed3c 100644
--- a/mpt/impl/imap-mailbox/cassandra/pom.xml
+++ b/mpt/impl/imap-mailbox/cassandra/pom.xml
@@ -104,7 +104,7 @@
                 <artifactId>maven-surefire-plugin</artifactId>
                 <configuration>
                     <reuseForks>true</reuseForks>
-                    <forkCount>4</forkCount>
+                    <forkCount>2</forkCount>
                 </configuration>
             </plugin>
         </plugins>
diff --git a/server/data/data-cassandra/pom.xml b/server/data/data-cassandra/pom.xml
index 6ff6ba2..3c69614 100644
--- a/server/data/data-cassandra/pom.xml
+++ b/server/data/data-cassandra/pom.xml
@@ -150,7 +150,7 @@
                 <artifactId>maven-surefire-plugin</artifactId>
                 <configuration>
                     <reuseForks>true</reuseForks>
-                    <forkCount>4</forkCount>
+                    <forkCount>2</forkCount>
                 </configuration>
             </plugin>
         </plugins>

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@james.apache.org
For additional commands, e-mail: notifications-help@james.apache.org