Re: Performance issues with Git repositories (or in general with many small files workloads)

[email protected]
Newsgroups gmane.comp.file-systems.openafs.general
Message-ID <[email protected]>
Two things you could consider:

1. You could use git repack to transfer less files without losing the ability of incremental updates.
2. You could turn off sync-after-close in the cache manager, see fs storebehind. This should increase upfront performance but may degrade again, should your cache run out of file handles. So, you'd have to play with cache parameters, as well.

Kind regards,
–Michael
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.