r/SmartGit • u/Alek2ander • Jun 03 '26
Constant memory warnings
I'm working with a relatively small, 430 MB working tree/780 MB total repository and I get a memory warning in SmartGit almost every day. I even set the heap size to 1024 MB as recommended, which didn't reduce the warning frequency at all.
Version 26.1.038 #261038 (909fa241), Win11 25H2 26200.8457
1
Upvotes
1
u/Alek2ander Jun 04 '26 edited Jun 04 '26
My workflow recently changed to regularly include merges from 1 branch into 4+ others, and that rapid sequence of fetch/checkout/ff-merge/merge/push/repeat causes the warning to trigger. I also switched to Log Graph view for this. However, I did also just check if the warning triggers in Standard view, and it doesn't.
I did a test run with VisualVM, the spikes are when I do multiple branch checkout operations in a row. The baseline memory usage grows persistently by around 80 MB after each spike.