Question:
In order to save memory, I want to set up an E3 application not to load a certain module (such as the Storage in an XObject, for example) at startup. How can I do this?
Solution:
You cannot configure E3 not to load a module. If you want to save memory in this case, we suggest that you create two XObjects, one with the Storage and one without it.