Hi
please clarify why bb server has such value by default. As per Git gc documentation this turns off automatic garbage collection. Obviously, repository should has some housekeeping in place to avoid performance degradation. So several questions arise here:
1) What is the intention around the 0? Why it is 0?
2) What are implications of changing this value to non-zero value?
3) What is the recommended approach to repo housekeeping in bitbucket?
Thanks in advance.
PS i've read the FAQ but the answer there looks a bit vague to me.
Hi Alexander,
Automatic garbage collection is disabled by default because Bitbucket Server manages garbage collection itself. Disabling auto-gc ensures that garbage collection does not interfere with users pushing new commits, or merging of pull requests.
Instead of relying on auto-gc, Bitbucket Server schedules garbage collection to happen asynchronously, which ensures that user operations are not unnecessarily slowed down.
> 2) What are implications of changing this value to non-zero value?
You should not change this value. Changing it can cause user operations to slow down.
> 3) What is the recommended approach to repo housekeeping in bitbucket?
As said, Bitbucket takes care of the repository housekeeping, but doesn't use git's auto-gc to do it.
Hope this clears up things!
Cheers,
Michael
Thanks a lot Michael - very comprehensive and clear answer.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Michael, My repository is growing , and BB GC does not start.
The repository was about 30 GB. Now it is about 230 GB !
Only 'git gc' that was executed manually reduced the size to 38 GB.
How can I know when BB GC will be executed ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.