I tried to push my laravel project and got "remote unpack failed: error Out of memory loading unknown object"

241 Views Asked by At

I tried to push my laravel project to my gitBucket repo and I got this error "remote unpack failed: error Out of memory loading unknown object" I searched on internet and I found about JVM heap size from https://docs.oracle.com/cd/E19563-01/819-4438/gavou/index.html from that I have question, Must it solved by the owner of repository project?

I will greatly appreciate all help

1

There are 1 best solutions below

0
Naoki Takezoe On

As that documentation describes, you can increase the heap size by specifying -Xmx option if sufficient amount of memory is available on your machine:

$ java -Xmx8g -jar gitbucket.war