The default heap memory for the elasticsearch is 1GB, which is not sufficient to load the data with logstash which ends up showing "script unresponsive".
I have a Virtual Box setup which has 4GB allocated memory, how can i increase the JVM size and to much, considering I have a dataset of about 116 mb
Probably you'd like to read https://www.elastic.co/guide/en/elasticsearch/reference/current/jvm-options.html
Thank you for getting back @dadoonet
So if i increase RAM allocated to the Virtual box will it solve my problem?
As you have a 4gb virtualbox instance, I'd give 2gb of HEAP to elasticsearch.
Give it a try and you will see if it's getting better or if you are having another issue.
How can I change JVM for heap sizing?
I think I already answered that question here: Increasing JVM for heap sizing
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.