Java out-of-memory problems

[CR #273087] In some circumstances, ASE Replicator may shut down with a Java OutOfMemory error. This problem can occur when:

Workaround: If you encounter a Java OutOfMemory error, you can do either or both of the following:

You can estimate the amount of memory to allocate to the Java VM for a particular queue_size value by evaluating the average size of a row of data in any table at each database connection, and factoring that value with the amount of memory available on the machine.

NoteThis amount of memory is required only in a worst-case scenario, in which the queues are filled with data.