Skip to content

Commit

Permalink
Merge pull request #68 from misTrasteos/fix/typo_in_readme
Browse files Browse the repository at this point in the history
Change typo from 'HyperaAlloc.jar' to 'HyperAlloc.jar' in README.md
  • Loading branch information
kdnilsen authored Jul 27, 2022
2 parents 7a773ce + e58c55e commit df962ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HyperAlloc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ If you would like to report a potential security issue in this project, please d

Invocation with the minimum recommended set of HyperAlloc parameters and a typical jHiccup configuration:
```
java -Xmx<bytes> -Xms<bytes> <GC options> <other JVM options> -Xloggc:<GC log file> -javaagent:<jHiccup directory>/jHiccup.jar='-a -d 0 -i 1000 -l <jHiccup log file>' -jar <HyperAlloc directory>/HyperaAlloc-1.0.jar -a <MB> -h <MB> -d <seconds> -c <true/false> -l <CVS output file>
java -Xmx<bytes> -Xms<bytes> <GC options> <other JVM options> -Xloggc:<GC log file> -javaagent:<jHiccup directory>/jHiccup.jar='-a -d 0 -i 1000 -l <jHiccup log file>' -jar <HyperAlloc directory>/HyperAlloc-1.0.jar -a <MB> -h <MB> -d <seconds> -c <true/false> -l <CVS output file>
```

### Build
Expand Down

0 comments on commit df962ce

Please sign in to comment.