yanyaoer / yanyaoer.github.io

Playground
http://yányào.com
0 stars 0 forks source link

posts/mastodon/ #3

Open utterances-bot opened 3 years ago

utterances-bot commented 3 years ago

Mastodon - yányào.com

https://xn--ynyo-2nad.com/posts/mastodon/

yanyaoer commented 3 years ago

2core 1g 的小弱鸡还是容易无响应 参考 文档调整 ^tuning 配置降低系统资源占用

# /etc/systemd/system/mastodon-sidekiq.service
- ExecStart=/home/mastodon/.rbenv/shims/bundle exec sidekiq -c 25
+ ExecStart=/home/mastodon/.rbenv/shims/bundle exec sidekiq -c 1
# /etc/systemd/system/mastodon-web.service
+ Environment="MAX_THREADS=1"
+ Environment="WEB_CONCURRENCY=1"
# /home/mastodon/live/.env.production
+ STREAMING_CLUSTER_NUM=1