Skip to content
This repository was archived by the owner on Apr 3, 2023. It is now read-only.

Commit 5f9397e

Browse files
committed
update README
1 parent c3934e7 commit 5f9397e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,13 +121,15 @@ docker run --rm -v /var/run/docker.sock:/var/run/docker.sock \
121121

122122
### Known Issues :warning:
123123

124+
#### If you are having issues with `malice` connecting/writting to `elasticsearch` please see the following:
125+
124126
I have noticed when running the new **5.0+** version of [malice/elasticsearch](https://github.com/maliceio/elasticsearch) on a linux host you need to increase the memory map areas with the following command
125127

126128
```bash
127129
sudo sysctl -w vm.max_map_count=262144
128130
```
129131

130-
Elasticsearch requires at least **4GB** of RAM to run. You can lower it to **2GB** by running the following _(**before running a scan**)_:
132+
Elasticsearch requires a **LOT** of RAM to run smoothly. You can lower it to **2GB** by running the following _(**before running a scan**)_:
131133

132134
```bash
133135
$ docker run -d \

0 commit comments

Comments
 (0)