Geteventore performance & configuration

si vous prefererez, nous pouvons parler francais. mais ici anglais meilleur.

Run the same from the system you are testing (where your client is).
port 1113 (or what you set it to)

So, on a related note, I still fairly consistently get OutOfMemory
errors on EventStore, by using the HTTP API (embed=body), and fetching
anything above 500 messages per call (so at one per second, minimum,
that's the same load). Reads only. The OOMs are always in code related
to creating the JSON output.

3 node cluster, cx4.large on EC2, 3GB of ram dedicated for EventStore,
client is another EC2 instance. It's running 3.4 EventStore, so maybe
you have done some fixes in later releases, but with that version it's
definitely easy to overwhelm even with such a small load.

This might be more related to Mono GC though, rather than EventStore
itself, hence the issues on GH related to this.

/Rickard

Hi, Ugo, could you also share the code that does measurement?