Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

*15856 connect() to unix:/var/run/php/php8.0-fpm.sock failed (11: Resource temporarily unavailable)

## Change the limits, write the lines in the / etc / sysctl.conf file
nano /etc/sysctl.conf

## add
net.core.somaxconn = 20000
net.core.netdev_max_backlog = 65535

## Apply parameters
sysctl -p

## Restart php-fpm
service php-fpm restart
Comment

PREVIOUS NEXT
Code Example
Shell :: bash random sleep 
Shell :: cisco copy running config 
Shell :: powershell convert to exe 
Shell :: ubuntu check permissions of file 
Shell :: git add and commit all 
Shell :: github untrack files 
Shell :: linux umount command 
Shell :: change branch from master to main 
Shell :: sudo npm cache clean -f 
Shell :: how to stop a port in macos 
Shell :: update linux ubuntu 
Shell :: split sh string 
Shell :: git view stash 
Shell :: start kafka locally 
Shell :: How to change DNS on Kali 
Shell :: gitlab create branch 
Shell :: cmake set build type from command line 
Shell :: rclone gui 
Shell :: remove all untracked files git 
Shell :: gitignore file without extension 
Shell :: linux time wrong 
Shell :: install pip archlinux 
Shell :: linux update command 
Shell :: i have installed android studio but is not showing in flutter doctor 
Shell :: ubuntu server set static ip 
Shell :: prittier download ubuntu 
Shell :: installing docker curl wget 
Shell :: install brew on mac terminal 
Shell :: git push origin master not working 
Shell :: remove commit not pushed 
ADD CONTENT
Topic
Content
Source link
Name
9+2 =