Hacker News new | ask | show | jobs
by the_duke 2539 days ago
They are using the default config with 1GB memory. Sadly that's absolutely nothing for Logstash.

Reported an issue in their test harness.

2 comments

IMO that's totally fair -- 1GB is more than adequate to run a log forwarder. The fact that Logstash can't perform well under such conditions is worthy of consideration when selecting a solution.
It's perfectly valid to mention the higher memory requirements as a considerable drawback.

But this is far from the possible performance that Logstash offers, so the comparison is at least misleading.

Also, there is no information about the memory usage of the other contestants, which probably don't have memory limits if they don't run on the JVM.

I say all this as someone who stopped using Logstash, in part due to the high requirements - but benchmarks should strive for a fair comparison.

I just checked mine and it's running with -Xms1g -Xmx1g and humming away with no problem. I wonder if it's something else?