30.11.2012 Views

OpenEdge Management and OpenEdge Explorer: Configuration

OpenEdge Management and OpenEdge Explorer: Configuration

OpenEdge Management and OpenEdge Explorer: Configuration

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Viewing the various database configuration properties<br />

Table 2–6: Advanced database configuration properties (4 of 4)<br />

Property Description<br />

Spin lock retries The number of times a process tries to<br />

acquire a latch before pausing.<br />

If the process cannot acquire the<br />

resource's latch, it continues the attempt.<br />

This iterative process is called spinning.<br />

By default, this value is set to 0.<br />

If the value of this property is greater than<br />

zero, a spin lock algorithm is used for<br />

shared-memory data structures. When a<br />

process has to lock a shared-memory<br />

structure, the process attempts to acquire<br />

the latch for that structure up to the<br />

specified number of times.<br />

If the process has not acquired the latch in<br />

the specified number of attempts, then the<br />

process pauses, or naps. The length of the<br />

pause increases gradually if the process<br />

repeatedly fails to acquire a latch. After<br />

the allotted nap time, the process wakes<br />

up <strong>and</strong> attempts to acquire the latch again.<br />

If it fails to acquire the latch, it retries up<br />

to the number of attempts specified.<br />

Storage object cache size The size of the object cache for all<br />

database objects.<br />

TXE commit lock skip limit Sets the maximum SHARE/UPDATE<br />

locks that can skip the queued COMMIT<br />

locks.<br />

Note: Do not edit this property unless<br />

directed to do so by Progress Software<br />

Technical Support.<br />

User MUX latches A value that controls the granularity of<br />

access to large database resources in<br />

shared memory.<br />

Note: Do not edit this property unless<br />

directed to do so by Progress Software<br />

Technical Support.<br />

Minimum heap size The minimum value is 0, <strong>and</strong> the<br />

maximum value is 65535.<br />

The minimum size for temporary storage.<br />

2–15

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!