Skip to content

Find a better way of updating memory settings

Right now, to update the settings of a Config object I have to

get from hash
modify the Node
update  the hash
update Config attrs

There has to be a better way of keeping this in sync.