You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
I have recently noticed that after the update of Bitbucket 7.17.4 our bitbucket server has become very slow and the git clone takes forever and builds are failing due to time out. Is there a configuration in Bitbucket which I can tweak to make the git clone operation faster ?
Hi @Rohit Dalvi
Without looking at the logs themselves, the best thing I can think to advise would be to enable profiler logging on your Bitbucket instance, as well as git trace logging on the git client performing the clone, and use those to see where the slowdown is happening. (For more info on how to do that, see: Bitbucket - Enable debug logging)
Based on what I've seen in the past, the cause for this could be quite a few different things. To name a few:
Given the above potential causes, I'd recommend seeing if you can bypass your reverse proxy or that you use a different protocol for cloning (such as SSH) and then see if the slowness persists. If so, it's possibly something server-side such as a filesystem issue. Otherwise, if the issue goes away, it may be something more networking-related.
In either case, if you get stuck and need additional help, feel free to shoot our support team a request with a support zip from your Bitbucket nodes and we'll be happy to help advise further.
Thanks,
Evan Slaughter
Senior Support Engineer | Atlassian Support - Development Tools
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.