0

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

Sebius75
  • 31
  • 3

1 Answers1

0

Esper doesn't keep removed events in memory. However the JVM may do that until a garbage collection kicks in.

user3613754
  • 816
  • 1
  • 5
  • 5