[Kde-games-devel] Move to git now?

Wolfgang Rohdewald wolfgang at rohdewald.de
Tue Jan 31 07:20:17 UTC 2012


Am Montag, 30. Januar 2012, 23:19:12 schrieb Frederik Scharzer:
> IIRC, Git Daemon has to load the whole repo in memory when it is 
> cloned. If two people are cloning, there have to be two copies in 
> memory. And so on.

do you have a reference for that? What I found is this:
http://uberspace.de/dokuwiki/development:git
scroll to the end. 

citing:
# if run into memory issue on server or local, reduce memory usage by:
git config core.packedGitWindowSize 16m
git config core.packedGitLimit 64m
git config pack.windowMemory 64m
git config pack.packSizeLimit 64m
git config pack.thread 1
git config pack.deltaCacheSize 1m

this suggests memory usage is quite configurable

-- 
Wolfgang


More information about the kde-games-devel mailing list