Lines Matching +full:compile +full:- +full:time
38 Certain system data structures are sized at compile time
40 while others are calculated at boot time based on the
43 built-in limitations on certain data structures.
45 Compile time rules
48 almost all data structures sized at compile time. This file
50 configuration-dependent rules and values to be maintained.
57 Most limits are computed at compile time and stored in global variables
62 The maximum number of processes which may be running at any time.
79 active at any time. This includes files in use by users, as
108 The number of ``c-list'' structures. C-list structures are
136 that file system must be in-core. This information is cached, so
137 that not all information must be present in-core all the time.
146 compile time by the SYSPTSIZE definition in the file /sys/vax/vmparam.h.
153 the size of many data structures allocated at boot time because
157 when the system configures at boot time.
159 Run-time calculations
161 The most important data structures sized at run-time are those used in
186 or the default may be overridden with a configuration-file option.
205 As distributed, the sum of the virtual sizes of the core-resident
213 Other per-process limits discussed here may be changed with similar options
215 Soft, user-changeable limits are set to 512K bytes for stack (DFLSSIZ)
237 That is, the sum of the virtual memory sizes of all (completely- or partially-)
264 by the size of the index fields in the core-map (/sys/h/cmap.h).