Copyright Digital Equipment Corp. All rights reserved.
Adjusts a process's current working set limit by the specified
number of pages (on VAX systems) or pagelets (on Alpha or I64
systems) and returns the new value to the caller. The working set
limit specifies the maximum number of process pages or pagelets
that can be resident in physical memory.
On Alpha and I64 systems, this service accepts 64-bit addresses.
Format
SYS$ADJWSL [pagcnt] ,[wsetlm]
C Prototype
int sys$adjwsl (int pagcnt, unsigned int *wsetlm);
Arguments