MethodCacheLifetime

Integer (milliseconds)

0 for 32‑bit nodes; 600000 (that is, 10 minutes) for 64‑bit nodes

Purpose

The MethodCacheLifetime parameter specifies the number of milliseconds a method must be in cache before it is made available for removal.

When a method is executed, the JADE Interpreter must load the method code into the interpreter method cache for execution. If the method cache is full, the interpreter systematically remove the oldest unused methods. It keeps removing methods until it has enough space for the new method or it reaches a point where the oldest unused method is younger than the specified method lifetime.

The minimum value is zero (0).

Hint

Although specifying a method cache lifetime means that more method cache overruns may occur, methods should be reloaded less frequently, limiting excessive CPU consumption.

2018.0.01 and higher