user285594
user285594

Reputation:

How to resolve this error while pushing my code to github private repositories using NetBeans?

How to resolve this error and get my git push done as quick as possible? I am over and over getting this dialog and my push is not getting done yet.

java.lang.OutOfMemoryError: Java heap space

enter image description here

Follow up: (fixed it)

$ /usr/local/netbeans-dev-201112080600/bin/netbeans -J-Xmx1024m

Upvotes: 0

Views: 882

Answers (1)

Chris Nava
Chris Nava

Reputation: 6802

Allocate more RAM to Netbeans.

Upvotes: 1

Related Questions