set_conservative_threshold


Description:

public void set_conservative_threshold (double value)

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

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

The threshold must be bigger than 0 and smaller than 1, and it must be smaller than the strict threshold defined in this. The default value is 0.33.

Parameters:

this

a MemoryPressureSettings

value

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