Gld Development: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
No edit summary
Line 8: Line 8:
:https://github.com/NovaOrdis/gld<br>
:https://github.com/NovaOrdis/gld<br>
</blockquote>
</blockquote>
=TODO=
* __Outcome of JDG testing__
** Make sure I can run two gld instances in parallel without interference. Currently there's just one log file ($(pwd)/gld.log) and this gets overwritten.
** Make sure the java memory can be configured individually per instance - on the command line. <tt>--memory 1024m</tt> that should override the value hardcoed in the wrapper.

Revision as of 01:09, 7 September 2016

Internal

GitHub

https://github.com/NovaOrdis/gld

TODO

  • __Outcome of JDG testing__
    • Make sure I can run two gld instances in parallel without interference. Currently there's just one log file ($(pwd)/gld.log) and this gets overwritten.
    • Make sure the java memory can be configured individually per instance - on the command line. --memory 1024m that should override the value hardcoed in the wrapper.