mirror of
https://github.com/logos-messaging/logos-messaging-simulator.git
synced 2026-01-05 23:43:11 +00:00
update README as per Tanya's comment
This commit is contained in:
parent
01edce4486
commit
e179e9cfa4
10
README.md
10
README.md
@ -23,24 +23,20 @@ export RLN_RELAY_MSG_LIMIT=2
|
|||||||
export MAX_MESSAGE_LIMIT=100 # Contract's message limit. Needs to be higher or equal than RLN_RELAY_MSG_LIMIT, otherwise nodes won't start correctly.
|
export MAX_MESSAGE_LIMIT=100 # Contract's message limit. Needs to be higher or equal than RLN_RELAY_MSG_LIMIT, otherwise nodes won't start correctly.
|
||||||
```
|
```
|
||||||
|
|
||||||
Run the following command ( tested with Docker Compose version v2.28.1 )
|
Run the following command
|
||||||
```
|
```
|
||||||
docker compose up -d
|
docker compose up -d
|
||||||
```
|
```
|
||||||
|
(tested with Docker Compose version v2.28.1. Notice that we don't support docker compose v1)
|
||||||
|
|
||||||
## Warning
|
## Warning
|
||||||
|
|
||||||
- In case arp tables are overflowing:
|
In case arp tables are overflowing:
|
||||||
|
|
||||||
```
|
```
|
||||||
sysctl net.ipv4.neigh.default.gc_thresh3=32000
|
sysctl net.ipv4.neigh.default.gc_thresh3=32000
|
||||||
```
|
```
|
||||||
|
|
||||||
- In case `docker compose version` shows v1, the following command is needed:
|
|
||||||
```
|
|
||||||
docker-compose --compatibility up -d
|
|
||||||
```
|
|
||||||
|
|
||||||
# Infrastructure
|
# Infrastructure
|
||||||
|
|
||||||
An instance of this service is deployed at https://simulator.waku.org/.
|
An instance of this service is deployed at https://simulator.waku.org/.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user