Running native code in a separate process

This provides the ability to run native code in a separate process to prevent issues with the main JVM.
# enable remote process
setting --n REMOTE --v true --d "ggs-dist-{version}/resources/config" --t USA
 
# disable remote process
setting --n REMOTE --v false --d "ggs-dist-{version}/resources/config" --t USA
 
# By default it will try to use random open port, if you want to explicitly define a port run.
# {port} an open port that can be used for remote process. i.e. "8087"
setting --n REMOTE_PORT --v "{port}" --d "/path/to/config/dir" --t USA

More about the setting command.