i try to git clone via git bash on windows 7 (64-bit) with 4GB RAM but if i try it on machine with 8GB it is fine work.
what i type and get:
     git clone  user@url:/rep
     Cloning into heverest...
     remote: Counting objects: 85868, done.
     remote: Compressing objects: 100% (38411/38411), done.
     remote: Total 85868 (delta 44254), reused 82916 (delta 41990)
     Receiving objects: 100% (85868/85868), 303.58 MiB | 1.12 MiB/s, done.
     fatal: Out of memory, malloc failed (tried to allocate 521762198 bytes)
     fatal: index-pack failed
    
config:
    [core]
        filemode = false
        bigFileThreshold = 2048m
     [pack]
        windowMemory = 2048m
        threads = 0
        window = 0
        deltaCacheSize = 0
    
what i need to do? what i need to change in config?
