Im new to java programming,I wrote a webservice in which i mostly deal with db operations using jdbc.I'm facing Heap space problems when the requests are too huge.
Please guide me in resolving the heap problem with good tools
Printable View
Im new to java programming,I wrote a webservice in which i mostly deal with db operations using jdbc.I'm facing Heap space problems when the requests are too huge.
Please guide me in resolving the heap problem with good tools
All I have to say is Google It
You can increase heap size in Java by using parameter -Xmx and -Xms . for example see my post 10 points on Java heap Space
Hi,
Yes javabuddy is right you should increase the heap size if you are using eclipse then go to eclipse installation directory then open the eclipse.ini file change the -Xmx value from there.
Core java