CopyPastor

Detecting plagiarism made easy.

Score: 0.9059882243918307; Reported for: String similarity Open both answers

Possible Plagiarism

Plagiarized on 2020-05-01
by Justice taylor

Original Post

Original - Posted on 2015-03-30
by bhdrkn



            
Present in both answers; Present only in the new answer; Present only in the old answer;

This error may occur for memory needs of git. You can add these lines to your global git configuration file, which is .gitconfig in $USER_HOME, in order to fix that problem.
``` [core] packedGitLimit = 512m packedGitWindowSize = 512m [pack] deltaCacheSize = 2047m packSizeLimit = 2047m windowMemory = 2047m ```
This error may occur for memory needs of git. You can add these lines to your global git configuration file, which is `.gitconfig` in `$USER_HOME`, in order to fix that problem.
[core] packedGitLimit = 512m packedGitWindowSize = 512m [pack] deltaCacheSize = 2047m packSizeLimit = 2047m windowMemory = 2047m

        
Present in both answers; Present only in the new answer; Present only in the old answer;