
{ This variable is set to TRUE by monitor mode scheduler when it is notified of thrashing
{ (low memory) and there is only one job active.  Setting the variable will cause the
{ job's working set to be reduced.  This is done instead of swapping out the job.

  VAR
    mmv$reduce_jws_for_thrashing: [XREF] boolean;

