sp_configure 'replication agent memory size'

Change the memory that Adaptive Server allocates to the RepAgent thread pool for multithreaded RepAgent.

Syntax

sp_configure 'replication agent memory size', repagent_mem_size

Parameters

Examples

Usage

Use sp_configure 'Rep Agent Thread administration' to check the memory currently allocated to the RepAgent pool before you increase the memory for multithreaded RepAgent with sp_configure 'replication agent memory size'.

See Replication Server Administration Guide Volume 2 > Performance Tuning > Multi-Path Replication > Multiple Primary Replication Paths > Enabling Multithreaded RepAgent and Multiple Paths for RepAgent.

See the Adaptive Server Enterprise Reference Manual for more information about sp_configure.

Permissions

sp_configure requires “sa” or “sso” permission to modify configuration parameters.

Anyone can execute sp_configure to display information about parameters and their values.