SharePlex processes stop with the following message: "<process name>: Greater than maximum writers #N"
SharePlex O/S user profile has limit setting for CHILD_MAX. This parameter controls how many child processes can be spawn off from a parent process. CHILD_MAX setting is too low or it is not defined or returning a value.
Run following command as SharePlex O/S user
getconf CHILD_MAX
xxxx
>> the above command will return the current setting for CHILD_MAX
>> If the above command does not return any value like below, check to see if nproc is set to unlimited for the SharePlex O/S user.
CHILD_MAX