The way `InterWikiMap` called config.reset() from the constructor caused an environment reload everytime an interwiki link was resolved.
This in combination with missing logging handler.close() method call when reloading the environment was the reason t.e.o sometimes threw a "Too many open files" exception.