Gld Development: Difference between revisions
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> | ||
=Building= | |||
<font color=red>TODO</font> | |||
=TODO= | =TODO= | ||
* 10/20/16 Attempt to use with JDG 7: API problems, JDG 6 does not work anymore - break out the JDG (Infinispan) piece as an external plug in and get rid of the dependency problem once for all. | |||
* '''Outcome of JDG testing''' | * '''Outcome of JDG testing''' |
Revision as of 00:53, 21 October 2016
Internal
GitHub
Building
TODO
TODO
- 10/20/16 Attempt to use with JDG 7: API problems, JDG 6 does not work anymore - break out the JDG (Infinispan) piece as an external plug in and get rid of the dependency problem once for all.
- 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.
- Possibility to configure gc logging from command line --gc-logging /a/b/c-gc.log.
- Memory leak analysis.