PUPDTH parameter: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (1 revision)
 
(Automatically generated page update)
Line 1: Line 1:
{{Template:PUPDTH parameter subtitle}}
==Summary==
==Summary==
<dl>
<dl>

Revision as of 16:41, 27 August 2013

Procedure update hash value

Summary

Default value
4091
Parameter type
System
Where set
User 0 CCAIN parameters
Related products
SirFact
Introduced
Before Sirius Mods 6.7

Description

This numeric parameter can have any value between 1 and 999999. It indicates the number of hash slots to allocate to detect procedure updates.

The hash table is only used by SirFact to determine if a procedure needs to be recompiled because it or some included procedure has been changed. The procedure update hash table makes it possible to quickly determine that a procedure has not changed without actually scanning the procedure dictionary (an expensive operation).

Each hash cell requires 8 bytes of virtual storage. The default value of 4091 is probably fine for most sites.