BSSV weblogic error on Local FAT Client

Soumen

Soumen

Reputable Poster
I am getting an error while trying to build a BSSV on my local FAT client. It has JDeveloper 12.1.3 on 32 bit JDK

The error is ..

cmd.exe /c ""C:\oracle\Middleware\oracle_common\common\bin\wlst.cmd" "C:\Users\ugurbekp\AppData\Roaming\JDeveloper\system12.1.3.0.41.140521.1008\o.j2ee.adrs\BuildDefaultDomain1.py""
Process started
wlst > Error occurred during initialization of VM
wlst > Could not reserve enough space for object heap
wlst > Error: Could not create the Java Virtual Machine.
wlst > Error: A fatal exception has occurred. Program will exit.
Elapsed time: 294 ms

I have checked and have plenty of RAM not sure how I can increase the JVM memory. I have already tried below without success. Any help is appreciated.
--------------------------------------
In case you have enough free RAM on your computer:

go to jdev.conf file (~/Oracle/middleware/jdeveloper/jdev/bin) and add more memory to the file
I haven't checked but you could add:

AddVMOption -XX:MaxHeapSize=512m
 
Back
Top