We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sometimes i've got this: PHP Fatal error: Uncaught exception 'Exception' with message 'failed to connect: Cannot assign requested address' in /root/script.php:75 Stack trace: #0 /root/script.php(75): Tarantool->select(4, 0, 464008538842) #1 {main}
thrown in /root/script.php on line 75
statistics: REPLACE: { rps: 0 , total: 889626 } SELECT: { rps: 259 , total: 12847488 } UPDATE: { rps: 0 , total: 0 } DELETE_1_3: { rps: 0 , total: 0 } DELETE: { rps: 0 , total: 2 } CALL: { rps: 0 , total: 0 }
ulimit -n 16384
Please help.
The text was updated successfully, but these errors were encountered:
Update: It's not tarantool problem. Just running out of tcp ports. I recomend:
sysctl -w net.ipv4.ip_local_port_range="5024 64000"
or/and:
echo 1 > /proc/sys/net/ipv4/tcp_tw_reuse
Sorry, something went wrong.
bigbes
No branches or pull requests
Sometimes i've got this:
PHP Fatal error: Uncaught exception 'Exception' with message 'failed to connect: Cannot assign requested address' in /root/script.php:75
Stack trace:
#0 /root/script.php(75): Tarantool->select(4, 0, 464008538842)
#1 {main}
thrown in /root/script.php on line 75
ulimit -n
16384
Please help.
The text was updated successfully, but these errors were encountered: