| Author |
java.lang.OutOfMemoryError
|
Sharad Mittal
Greenhorn
Joined: Apr 08, 2004
Posts: 5
|
|
I build a project with Ant in Eclipse, I get java.lang.OutOfMemoryError. Now, to solve it i need to increase the size of heap of JVM. Can anyone know that how can i do that in Eclipse ???
|
 |
Dave Hewy
Ranch Hand
Joined: Aug 21, 2003
Posts: 93
|
|
You can use these switches when calling Eclipse... -vmargs -Xmx256M .. to increase heap to 256Mb There's some stuff in the help about this, search for vmargs. HTH Dave
|
 |
Sharad Mittal
Greenhorn
Joined: Apr 08, 2004
Posts: 5
|
|
Thanx Dave, It Worked.
|
 |
 |
|
|
subject: java.lang.OutOfMemoryError
|
|
|