tags:

views:

16

answers:

0

I want to increase the amount of memory allocated to the JRE for users accessing an applet in a Citrix environment. This is a straight forward operation on a local machine and there are numerous websites that tell you how to do this. My problem is that when I try to do this on a Citrix box, (gooing into the Java control on the control panel in Windows and editing the parameters associated with the JRE - in my case -Xmx256M, something I've done dozens of times on local machines) it doesn't seem to work. In other words, logging statements still show that the available heap space to my application is still the usual 64 Meg which is the default. Is there something else that needs to be done? A permission perhaps that I'm missing?

Thanks,

Elliott