forked from elastic/rally
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
With this commit we add the JVM flag `ExitOnOutOfMemoryError` unconditionally when Elasticsearch is configured by Rally. Previously we had to check whether the JVM in use supports this flag because we supported Elasticsearch 1.x which can be run with Java 1.7. As the JVM flag has only been introduced with Java 8, we had a check in place. Now that we have dropped support for Elasticsearch 1.x (in elastic#716), we can safely assume that the JVM supports this flag and unconditionally set it. Relates elastic#715 Relates elastic#723
- Loading branch information
1 parent
0f456d7
commit 28577c6
Showing
2 changed files
with
5 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters