Consultor Eletrônico



Kbase 17524: ENQUEUE QUOTA setting for DEC VMS
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   10/05/1998
ENQUEUE QUOTA setting for DEC VMS

DRAFT COPY - Currently under review and edit.

INTRODUCTION:
=============
Setting ENQUEUE QUOTA for DEC VMS.
ENQUEUE quota limit is a user account resource that limits the # of
locks a process can own.

WHY YOU NEED TO KNOW THIS:
===========================
Enqueue quota is a per user quota and does NOT require a reboot. It
specifies the maximum number of VMS locks that a user can have simult
aneously enqueued. Enqueue quota is modified via AUTHORIZE and require
the user to logout and log back in. The default is 200 on VAX and
2000 on Alpha. This setting is set for the user not the system.


PROCEDURAL APPROACH:
====================
To see the current setting, do the following while logged into that
account,
$ show proc/quota
or from an account with privs:
$ mcr authorize
UAF> show <users account name>
UAF> exit

To change the limit, do the following from an account with privs:
$ mcr authorize
UAF> modify <users account name> /enqlm=<new limit>
UAF> exit
After this change is made, have the user logout and log back in.
ONLINE PROCEDURES OR UTILITIES:
===============================


REFERENCES TO WRITTEN DOCUMENTATION:
====================================

Progress Software Technical Support Note # 17524