When you store Jars in an NSF file, Notes / Domino must separate them to add them to the class path before compiling the code. This is done every time they are called, and if they are on the server, then it must pass them to the client before disconnecting.
On a few small jars, this is not a problem (depending on the frequency of use). But if you often call a large number of jars, you should instead put them in the "lib / ext" folder (for example, c: \ notes \ jvm \ lib \ ext).
Thus, they only load into memory once when the client / server starts up.
Let me know if this is what happens and I will see if SPR exists.
source share