Order of the Butterfly
Posts: 483 from 2003/7/25
From: Wroclaw/Poland
I uses PowerBook G4 with 1GB RAM. If I try to do
git push I get low memory message. I added to git global config these options:
Code:
[core]
packedGitLimit = 2m
packedGitWindowSize = 2m
[pack]
windowMemory = 2m
deltaCacheSize = 1
packSizeLimit = 2m
threads = 1
window = 0
depth = 1
I noticed that memory consumtion is lower (no message). Unfortunately I sill can't do
git push.
After
git push -v I see in CLI:
Code:
Pushing to /Files/MDW/dev/git_test_3_clone/../git_test_3/
Enumerating objects: 1, done.
Counting objects: 100% (1/1), done.
Writing objects: 100% (1/1), 189 bytes | 23.00 KiB/s, done.
Total 1 (delta 0), reused 0 (delta 0), pack-reused 0
It taken about 350MB of memory and the operation is not finished.
Could someone help me? What can I do for use git under MorphOS?
This is very important for me. I though git for MorphOS is usable. I am a bit disappointed...
[ Edited by MDW 19.11.2020 - 18:49 ]