Skip to content

Commit

Permalink
fix silly typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemccand committed Dec 12, 2023
1 parent 1ac1b1c commit ee3d60f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion help/tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit ee3d60f

Please sign in to comment.