set_kill_threshold


Description:

public void set_kill_threshold (double value)

Sets value as the fraction of the defined memory limit where the process will be killed.

The threshold must be a value bigger or equal to 0. A value of 0 means that the process is never killed. If the threshold is not 0, then it must be bigger than the strict threshold defined in this. The threshold can also have values bigger than 1. The default value is 0.

Parameters:

this

a MemoryPressureSettings

value

fraction of the memory limit where the process will be killed because of excessive memory usage.