-- --**************************************************************************** --* * --* Copyright (c) 2001 * --* by DIGITAL Equipment Corporation, Maynard, Mass. * --* * --* This software is furnished under a license and may be used and copied * --* only in accordance with the terms of such license and with the * --* inclusion of the above copyright notice. This software or any other * --* copies thereof may not be provided or otherwise made available to any * --* other person. No title to and ownership of the software is hereby * --* transferred. * --* * --* The information in this software is subject to change without notice * --* and should not be construed as a commitment by DIGITAL Equipment * --* Corporation. * --* * --* DIGITAL assumes no responsibility for the use or reliability of its * --* software on equipment which is not supplied by DIGITAL. * --* * --**************************************************************************** --******************************************************************************************************************** -- Created: 15-MAR-2001 22:54:04 by OpenVMS SDL EV1-33 -- Source: 19-JUN-1997 17:46:38 $11$DUA933:[LIB_ADA.LIS]SGNDEF.SDL;1 --******************************************************************************************************************** with SYSTEM; use SYSTEM; with STARLET; use STARLET; with CONDITION_HANDLING; use CONDITION_HANDLING; package SGNDEF is -- module $SGNDEF --+ -- SYSGEN PARAMETER DEFINITIONS --- -- SGN_C_BALSETCNT : constant := 24; -- NUMBER OF PROCESSES IN BALANCE SET SGN_C_DFWSCNT : constant := 100; -- DEFAULT WORKING SET COUNT SGN_C_DFWSQUOTA : constant := 120; -- DEFAULT WORKING SET QUOTA SGN_C_GBLSECCNT : constant := 40; -- GLOBAL SECTION COUNT SGN_C_MAXGPGCNT : constant := 2048; -- GLOBAL PAGE COUNT (GPT SIZE) SGN_C_MAXPAGCNT : constant := 16384; -- PHYSICAL MEMORY SIZE IN PAGES SGN_C_MAXPGFL : constant := 4096; -- DEFAULT MAXIMUM PAGING FILE SGN_C_MAXPSTCNT : constant := 5; -- MAX NUMBER OF PST ENTRIES SGN_C_MAXVPGCNT : constant := 8192; -- MAX PROCESS VIRTUAL SIZE (PAGES) SGN_C_MAXWSCNT : constant := 1024; -- MAX WORKING SET SIZE (PAGES) SGN_C_MINWSCNT : constant := 10; -- MIN WORKING SET SIZE (PAGES) SGN_C_NPAGEDYN : constant := 26624; -- NON-PAGED DYNAMIC POOL SIZE SGN_C_NPROCS : constant := 64; -- MAX NUMBER OF PROCESSES SGN_C_PAGEDYN : constant := 16384; -- PAGED DYNAMIC POOL SIZE IN BYTES SGN_C_PHYPAGCNT : constant := 4096; -- ACTUAL PHYSICAL PAGE COUNT SGN_C_SYSDWSCNT : constant := 40; -- DEFAULT SYSTEM WORKING SET COUNT SGN_C_SYSVECPGS : constant := 7; -- NO. OF PAGES OF SYSTEM SERVICE VECTORS SGN_C_SYSWSCNT : constant := 96; -- SYSTEM WORKING SET COUNT end SGNDEF;