lucene/help
Robert Muir 9dae566ee7
LUCENE-9160: add params/docs to override jvm params in gradle build, default C2 off in tests.
Adds some build parameters to tune how tests run. There is an example
shown by "gradle helpLocalSettings"

Default C2 off in tests as it is wasteful locally and causes slowdown of
tests runs. You can override this by setting tests.jvmargs for gradle,
or args for ant.

Some crazy lucene stress tests may need to be toned down after the
change, as they may have been doing too many iterations by default...
but this is not a new problem.
2020-01-22 09:58:30 -05:00
..
ant.txt Update ant's precommit equivalent. 2020-01-08 15:11:40 +01:00
dependencies.txt Changed license checksum regeneration task name to updateLicenses. 2019-12-18 14:14:39 +01:00
forbiddenApis.txt Port forbidden APIs. See gradlew :helpForbiddenApis to see how rules are applied automatically based on the set of dependencies of a project. 2019-12-03 14:40:35 +01:00
git.txt Add git help to help/ 2020-01-15 10:40:41 +01:00
localSettings.txt LUCENE-9160: add params/docs to override jvm params in gradle build, default C2 off in tests. 2020-01-22 09:58:30 -05:00
tests.txt LUCENE-9122: add support for running tests against alternate jvms. 2020-01-09 19:00:32 +01:00
workflow.txt Initial gradle build layer. 2019-12-02 15:34:57 +01:00