You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by sm...@apache.org on 2021/03/20 19:53:24 UTC

[directory-fortress-core] branch jmeter updated: set min/max heap for jmeter add user

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

smckinney pushed a commit to branch jmeter
in repository https://gitbox.apache.org/repos/asf/directory-fortress-core.git


The following commit(s) were added to refs/heads/jmeter by this push:
     new 4908d33  set min/max heap for jmeter add user
4908d33 is described below

commit 4908d334482e87c82d8736df47f33378633619ee
Author: Shawn McKinney <sm...@symas.com>
AuthorDate: Sat Mar 20 14:53:19 2021 -0500

    set min/max heap for jmeter add user
---
 pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/pom.xml b/pom.xml
index 574c534..6de391a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1227,6 +1227,10 @@
                 <role>${role}</role>
                 <ou>${ou}</ou>
               </propertiesSystem>
+              <jMeterProcessJVMSettings>
+                <xms>1024</xms>
+                <xmx>1024</xmx>
+              </jMeterProcessJVMSettings>
             </configuration>
             <executions>
               <execution>