v4.16.3 - Made LogBatchPurger's Batch Size Configurable #883
jongpie
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Core Unlocked Package Changes
Fixed #807 by adding the ability to declaratively configure the default batch size in
LogBatchPurger. This can be used to reduce the batch size to help with mitigating Apex heap size exceptions that can sometimes happen in theLogBatchPurgerjob when deleting larger volumes of logging data. And making it now configurable makes it easy to quickly change it in orgs as needed.LoggerParameter__mdtrecordLogBatchPurgerDefaultBatchSizeLogBatchPurgeris now500(and now controlled viaLogBatchPurgerDefaultBatchSize).2000was used, but500is the new default to try to help avoid Apex heap size exceptions. If desired, you can update the record'sValue__cfield to2000to restore the previous value/behavior used prior to this releaseInstallation Info
CoreUnlocked Package - no namespaceFull Changelog: v4.16.2...v4.16.3
sf package install --wait 20 --security-type AdminsOnly --package 04tKe0000011Mr1IAEThis discussion was created from the release v4.16.3 - Made LogBatchPurger's Batch Size Configurable.
Beta Was this translation helpful? Give feedback.
All reactions