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.

Signature
Daniel Pitts' Tech Blog: <http://virtualinfinity.net/wordpress/>
Arne Vajhøj - 26 Mar 2008 00:19 GMT
> 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
Thomas Kellerer - 26 Mar 2008 00:34 GMT
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
Daniel Pitts - 29 Mar 2008 04:18 GMT
> Daniel Pitts wrote on 25.03.2008 18:24:
>> I remember reading a while back about a JVM parameter or system
[quoted text clipped - 5 lines]
>
> 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.

Signature
Daniel Pitts' Tech Blog: <http://virtualinfinity.net/wordpress/>