]
Brian Stansberry updated WFCORE-397:
------------------------------------
Fix Version/s: (was: 1.0.0.Beta1)
Provide Unit for JVM configuration elements
-------------------------------------------
Key: WFCORE-397
URL:
https://issues.jboss.org/browse/WFCORE-397
Project: WildFly Core
Issue Type: Feature Request
Components: Domain Management
Reporter: Heiko Braun
Like with any other config element, units for the JVM parameters would be nice.
I.e. instead of encoding it into the string value ("64m") it would be better to
split the actual value from unit (value=64, unit=<kb|mb|gb>). See the thread
subsystem for a reference how this is done in other places