Tagged Questions
3
votes
1answer
195 views
gitk: How to tell it “stop, don't load more commits”?
Just gitk or gitk --all can try to fill up all memory on big repository.
I know than I can gitk -n 1000 to limit it. Also I can killall git (or even Alt+SysRq+F if haven't stopped it in time) to ...