On 9/25/07, Dave Warnock <[EMAIL PROTECTED]> wrote: > Thanks, adding -client has helped (I am using 3.1.1), can I use -Xmx to > reduce memory use further? If so any suggestions?
You can certainly try it, but be aware that the -X* options are "non-standard" which means that they may not be recognised by some Java implementations and may change or go away from one Java release to the next. A couple of machines here each with about 40 units attached show authd using less than 100MB of memory, so that should be a very safe high water mark for your 5 units. That would be '-Xmx100M'. If you do cap authd's memory usage then remember that you've done that and look for out-of-memory reports if you run into problems as you add more Sun Ray units in the future. OttoM. __ ottomeister Disclaimer: These are my opinions. I do not speak for my employer. _______________________________________________ SunRay-Users mailing list [email protected] http://www.filibeto.org/mailman/listinfo/sunray-users
