Add new comment

Both will be kept

Usually, external config will override internal config.

But for `option` and `classpath`, it cannot override, because `option` and `classpath` are allowed to repeat. I'm not sure how it will be if there are more than one `-Xmx`.

But I think your idea is good, I will try to let the external `option` to override corresponding internal one in the future.