Limiting the Number of Simultaneous Sockets
If you are getting warning messages during mail send that indicate Aurea List Manager is running low on file descriptors, you may need to limit the number of simultaneous sockets.
Windows
- Open your
lmcfg.txt
file. - The default setting for the
$max_socket_connections
variable is 3000. Raise it to 3500. If this does not help, try raising it again until mail send improves.
Linux
- Open the S96lm script.
- Raise the ulimit -n amount by 500. If this does not help, try raising it again until mail send improves.
NOTE:
If you are running low on memory and experiencing stability problems, you may need to lower the above amounts.