Wednesday, 21 December 2011

Subversion - Java heap space when checkout using Zend Studio


Hi,

I solved it by edit config in ZendStudio.ini, just changed memory limit to:
--launcher.XXMaxPermSize
512m
--launcher.defaultAction
openFile
-showlocation
-name
Zend Studio
-vmargs
-Xms512M
-Xmx1024M


Good luck!

No comments:

Post a Comment