diff options
author | Eric Merritt <[email protected]> | 2013-06-20 07:46:52 -0700 |
---|---|---|
committer | Eric Merritt <[email protected]> | 2013-06-20 07:46:52 -0700 |
commit | 61a82df32d4ce7bf77ba9452cd956dd535c604ec (patch) | |
tree | 2da6aef78a7c9b0106073f65a51fe905380356d7 /examples | |
parent | f0c5d882d5516d8a7c6a405721c6990317bee9ec (diff) | |
parent | 5ed7ea3172170fa05ac806250f695834d5d6ae58 (diff) | |
download | relx-61a82df32d4ce7bf77ba9452cd956dd535c604ec.tar.gz relx-61a82df32d4ce7bf77ba9452cd956dd535c604ec.tar.bz2 relx-61a82df32d4ce7bf77ba9452cd956dd535c604ec.zip |
Merge pull request #10 from lafka/lafka-vmargs-opt
Add support for {vm_args,_} argument in config
Diffstat (limited to 'examples')
-rw-r--r-- | examples/relcool.config | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/relcool.config b/examples/relcool.config index b5b02fc..77d7acf 100644 --- a/examples/relcool.config +++ b/examples/relcool.config @@ -24,6 +24,9 @@ %% directory it will be automatically added. {paths, ["/opt/erlang_apps"]}. +%% If needed you can use a specific vm.args file instead of the +%% one automatically generated by relx. +{vm_args, "./config/vm.args"}. %% If you have a sys.config file you need to tell relcool where it is. If you do %% that relcool will include the sys.config in the appropriate place |