From 1a5fd214b9fb9e082dcbf85e59a7e995028b1189 Mon Sep 17 00:00:00 2001 From: Jack Robison Date: Wed, 15 Jun 2022 17:57:07 -0400 Subject: [PATCH] Update cluster_guide.md --- docs/cluster_guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cluster_guide.md b/docs/cluster_guide.md index c5c41fa..9fae3ef 100644 --- a/docs/cluster_guide.md +++ b/docs/cluster_guide.md @@ -6,7 +6,7 @@ Server Requirements (space requirements are at least double what's needed so it' - elasticsearch: 8 cores, 9gb of ram (8gb minimum given to ES), 150gb of SSD speed storage - hub: 8 cores, 32gb of ram, 200gb of NVMe storage -All servers are assumed to be running ubuntu 20.04 with user named `lbry` with passwordless sudo and docker group permissions, ssh configured, ulimits set high, and docker + docker-compose installed. The server running elasticsearch should have swap disabled. The three servers need to be able to communicate with each other, they can be on a local network together or communicate over the internet. This guide will assume the three servers are on the internet. +All servers are assumed to be running ubuntu 20.04 with user named `lbry` with passwordless sudo and docker group permissions, ssh configured, ulimits set high (in `/etc/security/limits.conf`, also see [this](https://unix.stackexchange.com/questions/366352/etc-security-limits-conf-not-applied/370652#370652) if the ulimit won't apply), and docker + docker-compose installed. The server running elasticsearch should have swap disabled. The three servers need to be able to communicate with each other, they can be on a local network together or communicate over the internet. This guide will assume the three servers are on the internet. ### Setting up the lbcd instance Log in to the lbcd instance and perform the following steps: