Yardstick properties file fixed
Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/c28cec1c Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/c28cec1c Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/c28cec1c Branch: refs/heads/ignite-1093-2 Commit: c28cec1cd3b893adb4b5168af86d67bf5a998854 Parents: b6139f8 Author: agura <[email protected]> Authored: Fri Sep 18 14:50:19 2015 +0300 Committer: agura <[email protected]> Committed: Fri Sep 18 14:50:19 2015 +0300 ---------------------------------------------------------------------- modules/yardstick/config/benchmark-put-indexed-val.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/c28cec1c/modules/yardstick/config/benchmark-put-indexed-val.properties ---------------------------------------------------------------------- diff --git a/modules/yardstick/config/benchmark-put-indexed-val.properties b/modules/yardstick/config/benchmark-put-indexed-val.properties index 8f3a505..e81ae6f 100644 --- a/modules/yardstick/config/benchmark-put-indexed-val.properties +++ b/modules/yardstick/config/benchmark-put-indexed-val.properties @@ -21,7 +21,7 @@ # JVM_OPTS=${JVM_OPTS}" -DIGNITE_QUIET=false" # Uncomment to enable concurrent garbage collection (GC) if you encounter long GC pauses. -JVM_OPTS=${JVM_OPTS}" -DIGNITE_QUIET=false" \ +JVM_OPTS=${JVM_OPTS}" -DIGNITE_QUIET=false \ -XX:+UseParNewGC \ -XX:+UseConcMarkSweepGC \ -XX:+UseTLAB \
