AntonShuvaev / elasticsearch4idea

Elasticsearch Plugin for JetBrains IDEs
https://plugins.jetbrains.com/plugin/14512-elasticsearch
59 stars 8 forks source link

Intellij eating whole memory when resultset is very large #30

Closed mt3o closed 2 years ago

mt3o commented 3 years ago

image

I executed a query over my ES index, sorting by field (in UI, not query) that's pretty long (sometimes 100mb+) and the action caused IntelliJ to eat 32GB of RAM. Such action should be prevented from eating whole RAM :-)

AntonShuvaev commented 3 years ago

Thanks for reporting an issue. I will take a look at it. As a workaround, you can decrease the page size or select only necessary fields.

AntonShuvaev commented 2 years ago

Probably it was due to memory leak. Must be resolved in 2022.1.7