Hi,
Those values should be enough. For example, I have:
$ echo $MAVEN_OPTS
-Xms512m -Xmx1536m -XX:MaxPermSize=512m -XX:ReservedCodeCacheSize=256m
When you run mvn clean install, run following command in another terminal.
ps -ef | grep "clean install"
You should see MAVEN_OPTS value in the proc
Hi
Yes both values are set properly ,But still I get the heap space error.
Thank you.
On Tue, Apr 28, 2015 at 11:44 AM, Pumudu Ruhunage wrote:
> Hi Elilmatha,
>
> Did you verified if the MAVEN_OPTS set properly? you can check it with
> this command[1]. If it's not set properly reload bashrc wi
Hi Elilmatha,
Did you verified if the MAVEN_OPTS set properly? you can check it with this
command[1]. If it's not set properly reload bashrc with this command[2].
[1] echo $MAVEN_OPTS
[2] source ~/.bashrc
Regards,
On Tue, Apr 28, 2015 at 11:32 AM, Thusitha Thilina Dayaratne <
thusit...@wso2.c
Hi Elimantha,
Did you check those options are set correctly when you run the build?
If they already set successfully, then it might be because still the
allocation is not enough. But probably your current allocation looks enough.
Anyway you can try to increase and build again.
Thanks
On Tue, Apr