I am having trouble with memory on my VMWare instance of PeopleSoft. I think a lot of the memory is going to the java virtual machine. If I look in task manager, I find multiple javaw.exe listings. Each one takes up at least 50M of memory. When I use the process explorer, I find that they are all launched by the oracle application server, which is the web server for PeopleSoft. I can understand having that many instances for production use, but this is just for development and testing.
Does anyone know how I can get the system to consolidate and use only one JVM instance?