Skip to content

Commit

Permalink
👻 update docs
Browse files Browse the repository at this point in the history
Signed-off-by: Pranav Gaikwad <[email protected]>
  • Loading branch information
pranavgaikwad committed Oct 26, 2023
1 parent 0f8c804 commit 990803a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/providers.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ Here's an example config for `java` provider that is currently in-tree and does
"package1.test",
"package2.test"
],
"jvmMaxMem": "2048m",
}
}
]
Expand All @@ -105,6 +106,8 @@ The `java` provider also takes following options in `providerSpecificConfig`:

* `excludePackages`: List of dependency packages on which to add exclude label.

* `jvmMaxMem`: Max memory for JVM, value is passed as-is using `-Xmx` option. _Note that the default `-Xms` value set on JVM is `1G`, therefore, `jvmMaxMem` value less than `1G` has no effect_

#### Builtin Provider

The `builtin` provider is configured by default. To override the default config, a new config can be added to provider settings file:
Expand Down

0 comments on commit 990803a

Please sign in to comment.