RAM Sentry
The RAM Sentry mechanism monitors the RAM utilization of the jobs and performs safety measures to prevent the tasker's memory resources from becoming saturated.
- Suspend at swap: For taskers that have multiple jobs running, if the tasker enters swap, the RAM Sentry suspends all jobs other than the job with the largest RAM footprint. When the large job completes, the smaller jobs will resume. While the RAM Sentry is active, the tasker itself is also suspended, preventing any new jobs from being accepted.
Enable RAM Sentry
# Add this to the vnc.swd/setup.tcl file.
setenv VOV_RAM_SENTRY 1
vovtaskermgr configure -ramsentry <boolean> ...,
as in the following examples:
% vovtaskermgr configure -ramsentry 1 linux010
% vovtaskermgr configure -ramsentry 0 linux010