Error 10841

Severity

16

Message text

The value of parameter ’max memory’ ’%ld’ cannot be less than the ’total logical memory’ size ’%ld’. Please reconfigure ’max memory’ to be greater than or equal to the total logical memory required.

Explanation

The max memory configuration parameter lets you establish a maximum setting for the amount of memory that can be allocated to Adaptive Server. The total logical memory configuration parameter is the sum of the memory required for all the sp_configure parameters; while it is required to be available, the total logical memory may or may not be in use at any given moment.

When Adaptive Server starts, it allocates memory needed for all nonconfigurable data structures and configurable parameters, including data and procedure caches. If you increase the server’s memory configuration, for example by adding a worker process pool, the amount of memory available to configure must be able to absorb the added pool. Put another way, the new total logical memory (incremented by the addition of the pool) must not exceed max memory. If it does, error 10841 is raised.

Action

Reconfigure max memory to meet the new configuration requirements, or adjust other memory parameters so that they do not exceed the max memory limitation.

Additional information

Refer to “Setting Configuration Parameters” in the System Administration Guide: Volume 1 for more information.

Versions in which this error is raised

Version 12.5 and later