I am running into high JVM on my data nodes. I noticed @timestamp and geo.location seems to be taking up 2gb of my heap. Are there any ill effects of turning on doc values for these two fields? My use case is logstash indices with logs
"indices": {
"fielddata": {
"memory_size_in_bytes": 1765178740,
"evictions": 0,
"fields": {
"host": {
"memory_size_in_bytes": 0
},
"@timestamp": {
"memory_size_in_bytes": 1287128696
},
"geoip.location": {
"memory_size_in_bytes": 478050044
},
"username": {
"memory_size_in_bytes": 0