summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitconfig13
1 files changed, 13 insertions, 0 deletions
diff --git a/.gitconfig b/.gitconfig
index e35adabb..1436f38f 100644
--- a/.gitconfig
+++ b/.gitconfig
@@ -181,3 +181,16 @@
skipunknown = true
[advice]
detachedHead = false
+
+# low memory settings on athena
+[core]
+ packedGitWindowSize = 1m
+ packedGitLimit = 32m
+
+[pack]
+ windowMemory = 16m
+ threads = 1
+ window = 0
+ depth = 1
+ deltaCacheSize = 1
+ packSizeLimit = 32m