java.lang.outOfMemory heap space
Hi ,
i am doing mvn installation and i got the error like
java.lang.outOfMemory heap space
so for that i have increased the heap memory size and have set in environment Variable like below and tried
heapsize= -Xms256m -Xmx512m
MAVEN_OPTS=-Xmx512m
but still facing the same error
can you please give suggestions where i am in wrong ??
Re: java.lang.outOfMemory heap space
Quote:
can you please give suggestions
How about providing some more information? What exactly are you doing? A copy-pasted stack trace is always more useful than "i got the error like". You could let us know what platform you're using too (OS / JVM version / Servlet container etc). What is "doing mvn installation"? If that's a command line, copy-paste it. If it's an IDE feature, tell us what IDE you're using and describe the GUI actions needed to invoke the feature.