Starting Replication Server with Sufficient Memory

Configure Replication Server or the operating system to provide sufficient memory when Replication Server starts up.

With sufficient memory, Replication Server can avoid failure when there is heavy memory consumption by Replication Server caches and buffers.

  1. Modify the ulimit option settings in the runserver file to:
    ulimit -d 'unlimited'
    • ulimit -c 'unlimited'
    • ulimit -m 'unlimited
  2. (Optional) Modify the operating system memory limits.
    For example, on IBM AIX, change the default settings in the /etc/security/limits file:
    • fsize – 1
    • core – 2097151
    • cpu – 1
    • data – 1
    • rss – 1
    • stack – 65536
    • nofiles – 2000
    See your operating system documentation for similar implementations