I have a question concerning the CEP-Engine Esper:
How can I remove old events from a runtime to free memory?
Thank you.
Edit: Sorry, I meant the EPRuntime, not the JVM runtime
I have a question concerning the CEP-Engine Esper:
How can I remove old events from a runtime to free memory?
Thank you.
Edit: Sorry, I meant the EPRuntime, not the JVM runtime
Esper doesn't keep removed events in memory. However the JVM may do that until a garbage collection kicks in.