Defining a new object to the Virtual Lookaside Facility (VLF) may help improve the performance of certain CA Common Services for z/OS components.
To define a new object to VLF, add an entry to the COFVLFxx member of SYS1.PARMLIB, where xx is the VLF identifier assigned by your systems programmer.
Example: Define a New Object to VLF
CLASS NAME(CAENFU) /* ENF/USS pathname lookup cache*/ EMAJ(PATHCACHE) /* Required major name*/ MAXVIRT(512) /* 512 = 2MB*/
The class name (CAENFU) and major name (PATHCACHE) must be entered exactly as shown.
MAXVIRT in the range of 512 to 1024 (representing 2 MB to 4 MB of virtual storage) should suffice for most sites; however, you may want to change MAXVIRT according to the following formula:
MAXVIRT = MAXFILEPROC * MAXPROCSYS * 16
MAXFILEPROC and MAXPROC are UNIX System Services configuration parameters found in SYS1.PARMLIB(BPXPRMxx).
The following lists the minimum storage requirements for each CAIENF/USS distribution library and does not necessarily represent the actual distribution library allocation that is provided during the installation.
|
Library Name |
Block Size |
Tracks |
Directory Blocks |
Description |
|---|---|---|---|---|
|
CAI.ACQ9MOD |
6144 |
10 |
16 |
Module Library |
| Copyright © 2011 CA. All rights reserved. | Tell Technical Publications how we can improve this information |