set_strict_threshold


Description:

public void set_strict_threshold (double value)

Sets the memory limit for the strict policy to start working.

Sets value as the fraction of the defined memory limit where the strict policy starts working. This policy will try to reduce the memory footprint by releasing critical memory.

The threshold must be bigger than 0 and smaller than 1. Also, it must be bigger than the conservative threshold defined in this, and smaller than the kill threshold if the latter is not 0. The default value is 0.5.

Parameters:

this

a MemoryPressureSettings

value

fraction of the memory limit where the strict policy starts working.