I use Jacorb, I am calling the remote Update method, when the call is not frequent, there will be no problem, but once the operation is very frequent, you will cause the following error. You have never encountered, please give advice.
[Poa rootpoa - rid: 268532 Oid: 00 11 2e 0a 3e 28 38 32 02 16 22 OPNAME: Update - Invocation: throwable Was thrown]
##################### STACKTRACE #################### #######
Java.lang.OutofMemoryError
######################################################################################################################################################################################################################################################################################################## ##################
##################### STACKTRACE #################### #######
Org.omg.corba.unknown: VMCID: 0x0 Minor Code: 0 Completed: No
At Org.jacorb.poa.RequestProcessor.InvokeOperation (RequestProcessor.java: 249)
At Org.Jacorb.poa.RequestProcessor.Process (RequestProcessor.java: 404)
At Org.jacorb.poa.RequestProcessor.Run (RequestProcessor.java: 513)
######################################################################################################################################################################################################################################################################################################## ##################
-------------------------------------------------- ----------------------------------------
JVM memory overflow.
Please check if your CORBA object exists, or has a memory leak problem.
If your business operation requires a lot of memory, please call the memory allocation parameters of the ORB server JVM.
For example Java -XMS 64M -XMX256M
If it is your application's memory leak problem, such as the JDBC connection is frequently opened, it is necessary to check your code.