Skip to content

Commit

Permalink
Update readme, give 1g min memory.
Browse files Browse the repository at this point in the history
  • Loading branch information
kaicode authored and pgwilliams committed May 4, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 1a2f549 commit 66f4eac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@ This tool works by scanning through the full files in the package and extracting

### Usage
```
Usage: java -jar DeltaGeneratorTool.jar <previousEffectiveTime> <RF2 Archive Path> [<maxEffectiveTime>] [-latest-state]
Usage: java -Xms1g -jar DeltaGeneratorTool.jar <previousEffectiveTime> <RF2 Archive Path> [<maxEffectiveTime>] [-latest-state]
```

* previousEffectiveTime - the effective time _previously_ ingested ie the effective time of the _last_ release obtained, in format yyyyMMdd. Any row _after_ this date will be included in the delta.

0 comments on commit 66f4eac

Please sign in to comment.