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: