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 ??