I'm getting a warning about suboptimal pack - out of memory
when pushing my repo in git:
Counting objects: 103, done.
Delta compression using up to 2 threads.
warning: suboptimal pack - out of memory
Compressing objects: 100% (100/100), done.
...
As you can see, the repo is ultimately compressed, and after this the system pushes the repo successfully. So it appears to be fine, although it is packed suboptimal. My question is: is there any potential damage to the repo, or is it just a bit larger?
This is a fairly large repo so that is what probably causes this error, but as long as my files are not damaged, then I have no problem with this.