Skip to content

Commit

Permalink
add a note how to run the caffeine simulator
Browse files Browse the repository at this point in the history
  • Loading branch information
1a1a11a committed Jan 4, 2024
1 parent aa31c36 commit bded451
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions scripts/note
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
## How to run Caffeine simulator
```
git clone https://github.com/ben-manes/caffeine.git
./gradlew build
export GRADLE_OPTS="-Xmx204800m"
# modify simulator/src/main/resources/reference.conf, the lirs format is txt with only the object id
./gradlew run simulator:run

```

0 comments on commit bded451

Please sign in to comment.