Launching Applets using the 64-bit HotSpot JRE are consuming over 600MB of "Memory - Commit Size" (as reported in task manager) in IE on Windows 7.
We have tried setting various combinations of
<PARAM name="java_arguments" value="-d32 -client -Xmx2048k -Xss2048k"/>
but the arguments don't appear to have an impact on the virtual memory reported by Windows.
How can we tune the applets to use less virtual memory?