Garbage Collection

Garbage Collection

info

Performing Garbage Collections in the JVM is not guaranteed. It is up to the JVM to determine if it will perform a GC on our request or not.

Garbage Collection may need to be performed before or after executing an Operation. This can be done by adding one of the following values to your DLC request:

{
  "operation": "LOAD",
  "topics": [ "trades" ],
  "performGcOnStart": true,
  "performGcOnCompletion": true
}

These properties run a GC request as follows: