Skip to main content
August 7, 2015
Question

ColdFusion 9 -JVM Parameters

  • August 7, 2015
  • 1 reply
  • 440 views

I am using ColdFusion 9 version 9,0,2,282541. I do not have the option to add JVM parameters from the administrator console as the option "Java and JVM " is not available. So if i want add parameters how to proceed furthur?.

If we add it in the JVM.conf in the server is that enough or what else has to be done.

    This topic has been closed for replies.

    1 reply

    Inspiring
    August 7, 2015

    The jvm.config is what is updated when you edit the Java and JWM section of the administrator.

    If you take a backup of the file and then make your changes, followed by a restart of the Coldfusion service, it should apply the changes.

    If the service doesn't restart due to an error in the config, you can quickly restore the backup and restart the service again returning it back to what it was.

    August 7, 2015

    Are there any log file to check whether the JVM parameters are working properly.

    Inspiring
    August 8, 2015

    Did CF start as expected?  If so, they parameters are probably correct.  You can use a tool like VisualVM to monitor the process to see if your initial heap, etc are within the bounds you set.  You'll need to monitor your application under load to get a good feeling for what the settings should be.  They differ on every app.