Skip to content

Commit

Permalink
BXMSDOC-5900: Added lambda introspection section in performance tunin…
Browse files Browse the repository at this point in the history
…g chapter
  • Loading branch information
hmanwani-rh committed Jun 22, 2020
1 parent 56af3d5 commit e66384c
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,6 @@ try {

For information about built-in event listeners and debug logging in the {DECISION_ENGINE}, see xref:engine-event-listeners-con_decision-engine[].
--

Configure `LambdaIntrospector` cache size for an executable model build::::
You can configure the size of `LambdaIntrospector.methodFingerprintsMap` cache, which is used in an executable model build. The default size of the cache is `32`. When you configure smaller value for the cache size, it reduces memory usage. For example, you can configure system property `drools.lambda.introspector.cache.size` to `0` for minimum memory usage. Note that smaller cache size also slows down the build performance.

0 comments on commit e66384c

Please sign in to comment.