Oracle iPlanet Web Server 7.0.9 Administrator's Configuration File Reference

pool-init

The pool-init function changes the default values of pooled memory settings. You can change the size of the free block list, or disable pooled memory entirely.

This function is applicable in Init-class directives.

Parameters

The following table describes the pool-init function parameters.

Table 5–7 pool-init Parameters

Parameter 

Description 

disable

(Optional) The flag to disable the internal pooled memory allocator. Disabling the internal pooled memory allocator is useful when debugging plug-ins. The default value is false.

block-size

(Optional) The size (in bytes) of the memory blocks allocated by the internal pooled memory allocator. The default value is 32768.

Example

Init fn="pool-init" disable="true"