Property/parameter to prevent windows from swapping out JVM memoryon minimize?

D

Daniel Pitts

I remember reading a while back about a JVM parameter or system property
that tells the JVM to tell windows not to swap out its process memory
just because its been minimized for a while.

I can't find this information, and was hoping someone here would know
what I'm talking about :)

Thanks,
Daniel.
 
A

Arne Vajhøj

Daniel said:
I remember reading a while back about a JVM parameter or system property
that tells the JVM to tell windows not to swap out its process memory
just because its been minimized for a while.

I can't find this information, and was hoping someone here would know
what I'm talking about :)

I can not find it in:
http://blogs.sun.com/watt/resource/jvm-options-list.html

Note that all the -XX's is different between SUN, IBM, BEA and
Oracle.

Arne
 
T

Thomas Kellerer

Daniel Pitts wrote on 25.03.2008 18:24:
I remember reading a while back about a JVM parameter or system property
that tells the JVM to tell windows not to swap out its process memory
just because its been minimized for a while.

I can't find this information, and was hoping someone here would know
what I'm talking about :)

I think you mean: -Dsun.awt.keepWorkingSetOnMinimize=true
 
D

Daniel Pitts

Thomas said:
Daniel Pitts wrote on 25.03.2008 18:24:

I think you mean: -Dsun.awt.keepWorkingSetOnMinimize=true
Indeed, that *is* what I was looking for :). It would be nice if there
was a list of these properties that the sun java implemenation cares about.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,436
Messages
2,571,696
Members
48,796
Latest member
Greg L.
Top