java.lang.OutOfMemoryError: Java heap space (logstash, http_poller)

Hi
I run logstash to fetch data from infludb via http_poller and return below error:
java.lang.OutOfMemoryError: Java heap space

Here is the jvm.options:

-Xms10g
-Xmx10g

Now question is: data locate on influxdb are huge, and need http poller send it in small chunk not all of them once.

http_poller has this feature?
Any alternative options?

Thanks

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.