From 52708eb561f6ea091582a6005f2587457c73f1c6 Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Sun, 16 Apr 2017 11:57:39 +0200 Subject: [PATCH 1/2] Resources needed: Add oc.todon.fr stats and more columns (#57) * Resources needed: Add oc.todon.fr stats and more columns * Resources needed: Add details on the server model --- Running-Mastodon/Ressources-needed.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/Running-Mastodon/Ressources-needed.md b/Running-Mastodon/Ressources-needed.md index 7a4184fd..0d37ee0a 100644 --- a/Running-Mastodon/Ressources-needed.md +++ b/Running-Mastodon/Ressources-needed.md @@ -3,11 +3,12 @@ Here are some information about what you'll need for running your instance, both ### With Docker : -| CPU % / info | RAM use / total | Median traffic in | out | Users | OS | Sidekiq threads | Hosting provider | URL | -|-----|-----|-----------------------|-----|-------|----|-----------------|------------------|-----| +| CPU % / info | RAM use / total | Median traffic in | out | Users | OS | Sidekiq threads | puma params | Hosting provider | URL | +|-----|-----|-----------------------|-----|-------|----|-----------------|----------------|------------------|-----| ### Without Docker : -| CPU % / info | RAM use / total | Median traffic in | out | Users | OS | Sidekiq threads | Hosting provider | URL | -|-----|-----|-----------------------|-----|-------|----|-----------------|------------------|-----| -| 17.3% / 2x2.4Ghz | 1.8 GB / 4 GB | 260kbps | 858kbps | 785 | Debian | 30 | [vultr](https://Vultr.com) | [social.wxcafe.net](https://social.wxcafe.net) | +| CPU % / info | RAM use / total | Median traffic in | out | Users | OS | Sidekiq params | puma params | Server model / Provider | URL | +|-----|-----|-----------------------|-----|-------|----|-----------------|----------------|------------------|-----| +| 17.3% / 2x2.4Ghz | 1.8 GB / 4 GB | 260kbps | 858kbps | 785 | Debian | 30 threads | ? | [vultr](https://Vultr.com) | [social.wxcafe.net](https://social.wxcafe.net) | +| 30% / 4x3.40GHz | 1.8 to 2.2GB / 4GB | 90MB/s | 900MB/s | 1800 | Debian | 5 threads, DB_POOL=10 | MAX_THREADS=5, WEB_CONCURRENCY=4 | [Dedibox LT 2014v2](https://documentation.online.net/fr/dedicated-server/offers/limited/server-dedibox-limited-edition-13816) | [oc.todon.fr](oc.todon.fr) | From bb44bc787be8a91c3b6cb340792f8058f8ee9809 Mon Sep 17 00:00:00 2001 From: Christopher Su Date: Sun, 16 Apr 2017 02:59:05 -0700 Subject: [PATCH 2/2] Add client library for Go to API.md (#59) --- Using-the-API/API.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Using-the-API/API.md b/Using-the-API/API.md index 8bffaefd..e1b2bab5 100644 --- a/Using-the-API/API.md +++ b/Using-the-API/API.md @@ -48,6 +48,7 @@ ___ - [For Rust](https://github.com/Aaronepower/mammut) - [For Perl](https://metacpan.org/pod/Mastodon::Client) - [For Swift](https://github.com/ornithocoder/MastodonKit) +- [For Go](https://github.com/mattn/go-mastodon) ___