OR
"Error occurred during initialization of VM
Could not reserve enough space for object heap"
We can resolve this problem by increasing the virtual memory space for Jdeveloper. Follow below steps:
(This error was seen most of the times in 32 bit OS)
- Find for file jdev.conf which is usually in the path <Jded_Root_Folder>/ jdevbinjdevbin
 - Search for a line with text “AddVMOption” and add this text “AddVMOption -Xmx256M” below that line
 
![]()  | 
| After the change | 

No comments:
Post a Comment