...
|
...
|
@@ -85,7 +85,7 @@ PRGDIR=`dirname "$PRG"` |
|
|
|
|
|
# This is the base heap size -- you may increase or decrease it to fit your
|
|
|
# system's memory availability:
|
|
|
HEAP="-Xms3072m -Xmx3072m"
|
|
|
HEAP="-Xms2048m -Xmx2048m"
|
|
|
|
|
|
#VERBOSE_GC="-verbose:gc -Xloggc:gc_jmeter_%p.log -XX:+PrintGCDetails -XX:+PrintGCCause -XX:+PrintTenuringDistribution -XX:+PrintHeapAtGC -XX:+PrintGCApplicationConcurrentTime -XX:+PrintGCApplicationStoppedTime -XX:+PrintGCDateStamps"
|
|
|
|
...
|
...
|
|