Esli Silva Esl1h
- Guarulhos, SP - Brazil
- Sign in to view email
- http://esli-nux.com
View sysctl.conf
#CONTEUDO PARA O SYSCTL.CONF | |
# Aumentar o num. max de conex tcp orfans | |
# Conexões que foram encerrados e já não têm um identificador de arquivo anexado a eles | |
net.ipv4.tcp_max_orphans = 262144 | |
# Aumentar o número de conexões | |
net.core.somaxconn = 16384 | |
# Aumentar o número de conexões de entrada backlog |
View policy.json
{ | |
"Version": "2012-10-17", | |
"Id": "Policy1556318075116", | |
"Statement": [ | |
{ | |
"Sid": "Stmt1556317630862", | |
"Effect": "Allow", | |
"Principal": "*", | |
"Action": "s3:GetObject", | |
"Resource": "arn:aws:s3:::cdn.example/videos/*" |