Hello
This question relates to a project that studies how to optimize
the memory of Java Virtual Machine.
Assume we have started a JVM process with a certain amount of
physical memory x. At runtime, we want to change the allocated
physical memory for JVM to y (y>x or y<x). Is this possible? Does
there exist a unix/linux/windows OS call to allow us to do this? Can we do
this for any process i.e. a non-JVM process?
Thank you very much.
-
Changing Physical Memory for a process at runtime (0 messages)
- Posted by: Issam Al-Azzoni
- Posted on: June 22 2005 12:18 EDT