fix silly typo

This commit is contained in:
Mike McCandless 2023-12-12 13:04:45 -05:00
parent 1ac1b1cadc
commit ee3d60ff92
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@ Larger heap size
By default tests run with a 512 MB max heap. But some tests (monster/nightly)
need more heap. Use "-Dtests.heapsize" for this:
gradlew -p lucene/core test --tests "Test2BFST" -Dtest.heapsize=32g
gradlew -p lucene/core test --tests "Test2BFST" -Dtests.heapsize=32g
Run GUI tests headlessly with Xvfb (Linux only)