Running multiple jvms for different applications in same machine
Posted
by Rajesh
on Stack Overflow
See other posts from Stack Overflow
or by Rajesh
Published on 2010-03-18T07:11:31Z
Indexed on
2010/03/18
7:31 UTC
Read the original article
Hit count: 241
We are getting frequent out of memory errors in our dev. machines We are running webshpere, eclipse, soap UI and maven in it. Our server gets down due to this "out of memory errors" when we restart our applications in websphere 2/3 times, We already increased the virtual memory setting in wesphere to 1GB.
So what i did was copied the jre we use in eclipse and maven folders so that each of these uses individual jvms. But the performance of websphere is same. 2/3 restarts and out of memory errors.
Is there any may of making eclipse and maven use different jvms other than websphere's?
© Stack Overflow or respective owner