in shared_parameters.config file I have a parameter called $;H_VMEM$; which has a default value of 8, For some components I want to have a default value set to 12, so I added it to component.config file, but at runtime instead of using 12, value of h_vmem is "12 12" 8 got replaced by 12 but both values got concatenated.
Assigning this to Cesar after talking with him since this is part of a feature he added.