Skip to content

Commit

Permalink
Update optimizer.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
opiran-club authored Nov 4, 2024
1 parent 3107589 commit c52c9e8
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions optimizer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -577,15 +577,15 @@ kernel.panic = 1
vm.dirty_ratio = 20
EOL
echo && cat <<EOL > /etc/security/limits.conf
* soft nproc 655350
* hard nproc 655350
* soft nofile 655350
* hard nofile 655350
root soft nproc 655350
root hard nproc 655350
root soft nofile 655350
root hard nofile 655350
cat <<EOL > /etc/security/limits.conf
* soft nproc 655350
* hard nproc 655350
* soft nofile 655350
* hard nofile 655350
root soft nproc 655350
root hard nproc 655350
root soft nofile 655350
root hard nofile 655350
EOL
sysctl -p
echo && echo -e "${GREEN}Sysctl configuration and optimization complete.${NC}"
Expand Down

0 comments on commit c52c9e8

Please sign in to comment.