Check if there's a Dollar Universe job or cron job that uses Dollar Universe commands that is launched multiple times(thousands times).
If there is, then check to see if it is necessary or if the commands can be delayed between each other.
If it is not, you may need to stop the job.
If it is necessary, check with your system administrator on how to make ensure that the machine can handle/provide more TCP connections.
On Linux, for example, you can increase the dynamic port range to avoid the issue to a higher value (21000 to 64000 for example).
[[email protected] ~]# sysctl -w net.ipv4.ip_local_port_range="21000 64000"
net.ipv4.ip_local_port_range = 21000 64000Note that this modification will be lost upon a system reboot so you need to check with your Unix / Linux administrator to make the change permanent.
If that still does not resolve the problem, please verify that the latest fix for Dollar Universe 5.x has been applied:
Dollar Universe 5.6 - Fix FX25010
Dollar Universe 5.3 - Fix FX25002