Knowledge Base

 
You must be logged in to post Login Register


Register? | Lost Your Password?

Search Forums:


 






Wildcard Usage:
*    matches any number of characters
%    matches exactly one character

How do I adjust the memory used for the Kmax application?

UserPost

8:47 am
December 12, 2009


Sparrow Support

Kmax runs in the Java virtual machine.  The VM is usualy responsible for assigning the initial memory partition and expanding the partition if Kmax needs more memory.  If you are running Kmax from the command line, or from a batch (.bat) or shell (.sh) file, you can specify the initial memory or maximum memory using the java command -mx, -Xms and -Xmx option switches.  See the documentation for the Java VM for more information.  (Type "java -help" or "java -X" on the command line for an explanation.)

Sparrow Technical Support