tracker issue : CF-3536062

select a category, or use search below
(searches all categories and all time range)
Title:

In memory file system limit cannot be more than JVM max heap size

| View in Tracker

Status/Resolution/Reason: Closed/Fixed/

Reporter/Name(from Bugbase): Dave DeVol / Dave DeVol (Dave DeVol)

Created: 04/04/2013

Components: Administrator

Versions: 10.0

Failure Type: Incorrect w/Workaround

Found In Build/Fixed In Build: Final / 3594414

Priority/Frequency: Normal / All users will encounter

Locale/System: English / Win 2008 Server R2

Vote Count: 2

If you set your jvm.config server max heap size in gigabytes (-Xmx8g) and not megabytes (-Xmx8192m), when trying to make server setting changes in the ColdFusion Administrator - > Settings, you get the error:

•Unable to update server settings. 
 
This breaks it ->
# Arguments to VM
java.args=-server -Xms8g -Xmx8g 

This works ->
# Arguments to VM
java.args=-server -Xms8192m -Xmx8192m


The code that reads and sets that error needs to understand that it can be set in gigabytes.

----------------------------- Additional Watson Details -----------------------------

Watson Bug ID:	3536062

Deployment Phase:	Release Candidate

External Customer Info:
External Company:  
External Customer Name: Neo Rye
External Customer Email:

Attachments:

Comments:

+1 -- Adam ////////////////
Vote by External U.
15821 | April 04, 2013 01:02:46 PM GMT
Please fix this. We are hitting it all the time or at least a technote on how to change jvm.config
Vote by External U.
15822 | September 10, 2013 06:52:04 AM GMT
This has been broken again in an updater somewhere along the way. I'm using CF10 updater 17 and its back to not working.
Comment by External U.
15820 | November 06, 2015 02:05:49 PM GMT