Skip to content

Commit

Permalink
doc: update JVMArgs property documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
danglotb authored Oct 24, 2018
1 parent db7b5ff commit 8643dfe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@ outputDirectory=target/trash/
#Argument string to use when PIT launches child processes. This is most commonly used
# to increase the amount of memory available to the process,
# but may be used to pass any valid JVM argument.
# Use commas to separate multiple arguments, and put them within brackets
jvmArgs=['-Xmx2048m','-Xms1024m']
# Use commas to separate multiple arguments
jvmArgs=-Xmx2048m,-Xms1024m
```

The result of the amplification of charAt consists of 6 new tests, as shown in the output below. These new tests are
Expand Down

0 comments on commit 8643dfe

Please sign in to comment.