How to use two property files in one jvm

I have two graph files and want to run in one jvm. But these graphs want to use different property file(such as Record.MAX_RECORD_SIZE parameter).
I use these :
EngineInitializer.initEngine(Const.pluginPath, Const.propPath, null);
EngineInitializer is static and can init only once and I have no ideas.

Thanks

Hello,
this is unfortunately impossible. I’ve created an issue (http://bug.cloveretl.org/view.php?id=4530) with your request.