You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am going to use Barkeep as our code review system. But I faced a problem with import huge repositories.
I have a git repository which has more than 10000 commits. After adding to Barkeep, it start to clone and generate diff files. In the generating diff files steps, I saw my system was consumed a lot of CPU and memory resources (most of them taken by Redis Server). Althouht I have 6GB of RAM, the Redis server was broken when it consumed about 3.5 GB of RAM. I don't know why. I tried change the vm.overcommit_memory value in sysctl.conf but it does not help.
Looking for your help. Thanks all.
The text was updated successfully, but these errors were encountered:
Hello,
I am going to use Barkeep as our code review system. But I faced a problem with import huge repositories.
I have a git repository which has more than 10000 commits. After adding to Barkeep, it start to clone and generate diff files. In the generating diff files steps, I saw my system was consumed a lot of CPU and memory resources (most of them taken by Redis Server). Althouht I have 6GB of RAM, the Redis server was broken when it consumed about 3.5 GB of RAM. I don't know why. I tried change the
vm.overcommit_memory
value insysctl.conf
but it does not help.Looking for your help. Thanks all.
The text was updated successfully, but these errors were encountered: