Increase Allocated memory CF2016
Hi, I've had to increase the allocated memory once before but I forget where to do it? I've looked through CF admin but I must be missing it.
Thanks in advance...
Gary

Hi, I've had to increase the allocated memory once before but I forget where to do it? I've looked through CF admin but I must be missing it.
Thanks in advance...
Gary

You can do this under Java and JVM settings, using the two fields that correspond to minimum and maximum memory. This sets the overall memory allocation for the JVM itself. If you want to dig in further, you can use a bunch of switches for the JVM launcher, to control memory allocation for the various parts of the Java heap, how garbage collection works, etc.
It might be worthwhile for you to spend a little bit of time figuring out whether you actually need to increase the memory or not. Depending on how the JVM memory allocation fields are set, you may find that the JVM is allocating memory but not actually using it for anything. The "VM" in JVM stands for "virtual machine", and it might be that your virtual machine has a certain amount of memory allocated that's not actually doing anything.
Dave Watts, Eidolon LLC
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.