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

toulmean pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tuweni.git

commit 7b9ba21d0f81ce09b9451fced0b1ef5bcf1f60c2
Author: Antoine Toulme <[email protected]>
AuthorDate: Wed Jun 12 16:39:56 2019 -0700

    Add default JVM memory parameters for the gossip application
---
 gossip/build.gradle | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gossip/build.gradle b/gossip/build.gradle
index f0eba00..46bb4a2 100644
--- a/gossip/build.gradle
+++ b/gossip/build.gradle
@@ -35,3 +35,4 @@ dependencies {
 }
 
 application { mainClassName = 'org.apache.tuweni.gossip.GossipApp' }
+applicationDefaultJvmArgs = ["-Xms512m", "-Xmx1g"]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to