One of my customers has recently migrated to WAS v8 and they went with base version [v8.0.0.3].
They tried executing thier deployment automation scripts which were working on v7 and v6. However the scripts didn't execute on WAS8.
Now, if we run the script, it is going out of memory whatever the Xmx size you specify.
So that first modification recommended was to change the XMX at set "PERFJAVAOPTION=" in wsadmin.bat file.After the modification, it was found that the wsasmin is taking 2 XMX values. And last XMX value is considered for max heap
2CIUSERARG -Xms256M2CIUSERARG -Xmx1024M2CIUSERARG -Xmx256MAny suggestions for resolving this issue are highly appriciated.