--******************************************************************************************************************** -- Created: 30-Mar-2010 17:36:05 by OpenVMS SDL EV3-3 -- Source: 11-NOV-1999 10:41:06 $1$DGA7274:[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 := 5; -- NO. OF PAGES OF SYSTEM SERVICE VECTORS SGN_C_SYSWSCNT : constant := 96; -- SYSTEM WORKING SET COUNT -- -- The preceeding may be obsolete as of 11-Nov-1999. I don't see them being used anywhere -- However, the following will be used in SYSPARAM.MAR and possibly other places -- SGN_C_NPAGEDYN_MIN : constant := 163840; -- Minimum value for NPAGEDYN SGN_C_NPAGEVIR_MIN : constant := 163840; -- Minimum value for NPAGEVIR end SGNDEF;