Even when configuring a stack programmatically, the reading of magic-map-ids.xml and protocol-ids.xml requires javax.xml, which pulls in a lot of classes, which remain in memory for the duration of the program.
Todo: replace this with a simple XML parser.
Perhaps use the same method to parse XML configuration, too
- relates to
-
JGRP-2525 Replace XML parse for configuration with simple parser
- Resolved