You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2020/04/08 02:22:16 UTC

[GitHub] [pulsar] prasad-reddyk edited a comment on issue #6639: The bookkeeper ledger no honoring the retention period and causing for the more disk usage.

prasad-reddyk edited a comment on issue #6639: The bookkeeper ledger no honoring the retention period and causing for the more disk usage.
URL: https://github.com/apache/pulsar/issues/6639#issuecomment-607620625
 
 
   @jiazhai ,
   Currently i set one minute of gcWaitTime as recommended bu Sijie. Please Let us know if need to change anthing around these parameter values. Thanks !!
   ```
   # How long the interval to trigger next garbage collection, in milliseconds
   # Since garbage collection is running in background, too frequent gc
   # will heart performance. It is better to give a higher number of gc
   # interval if there is enough disk capacity.
   gcWaitTime=60000
   
   
   # If it is set to less than zero, the minor compaction is disabled.
   minorCompactionThreshold=0.2
   
   # Interval to run minor compaction, in seconds
   # If it is set to less than zero, the minor compaction is disabled.
   # Note: should be greater than gcWaitTime.
   minorCompactionInterval=3600  //1 Hour
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services