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

upthewaterspout pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode-benchmarks.git

commit 0a351d0816d7aa90557d30c7b3e62bdd3a5c9ea6
Author: Dan Smith <[email protected]>
AuthorDate: Wed Dec 12 13:21:37 2018 -0800

    Applying JVM arguments to the server
---
 .../java/org/apache/geode/benchmark/topology/ClientServerTopology.java   | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/geode-benchmarks/src/main/java/org/apache/geode/benchmark/topology/ClientServerTopology.java
 
b/geode-benchmarks/src/main/java/org/apache/geode/benchmark/topology/ClientServerTopology.java
index f5f9d57..4471dbf 100644
--- 
a/geode-benchmarks/src/main/java/org/apache/geode/benchmark/topology/ClientServerTopology.java
+++ 
b/geode-benchmarks/src/main/java/org/apache/geode/benchmark/topology/ClientServerTopology.java
@@ -51,6 +51,7 @@ public class ClientServerTopology {
 
     testConfig.jvmArgs(CLIENT, JVM_ARGS);
     testConfig.jvmArgs(LOCATOR, JVM_ARGS);
+    testConfig.jvmArgs(SERVER, JVM_ARGS);
 
     testConfig.before(new StartLocator(LOCATOR_PORT), LOCATOR);
     testConfig.before(new StartServer(LOCATOR_PORT), SERVER);

Reply via email to