2

Somewhat related to this question - Parametrizing node name in Elixir Exrm - is there a way to dynamically set the content of the rel/vm.args file?

In the title, I suggest the use of config.exs, but I'm interested in any scheme that will allow me to add, remove and edit vm arguments at build time.

A bash script might be an idea, but a solution that would also work on Windows, and is preferably based on Elixir code would be the idea.

Community
  • 1
  • 1
Charlie
  • 4,197
  • 5
  • 42
  • 59

1 Answers1

3

You can commit to your project repo a rel/vm.args file that you would like to be used instead of the Exrm generated one. Exrm will automatically use this file instead.

Jason Harrelson
  • 2,683
  • 1
  • 16
  • 10