“cache-max-memory-size exceeded”是一个常见的InfluxDB错误,它表明InfluxDB的缓存使用量已经超过了配置文件中设置的cache-max-memory-size限制。这意味着InfluxDB的写入操作无法继续进行,因为缓存空间不足。 可能导致此错误的原因 高写入负载:当大量的数据点同时写入InfluxDB时,可能会迅速填满缓存。 缓存配置过小:...
[storage][storage.memory]# 将 max-cache-size 设置为合适的值,例如 512MBmax-cache-size = "512MB" influxdb 中没有配置 max-cache-size 时: InfluxDB 默认情况下,如果未在配置文件中指定max-cache-size参数,则会使用默认值。以下是 InfluxDB 版本 2.x 默认的max-cache-size值: 对于单个 TSM(Time Str...
influxdb 中没有配置 max-cache-size 时: InfluxDB 默认情况下,如果未在配置文件中指定max-cache-size参数,则会使用默认值。以下是 InfluxDB 版本 2.x 默认的max-cache-size值: 对于单个 TSM(Time Structured Merge)引擎实例,默认的max-cache-size值为524288000,即 500MB。 对于多个 TSM 引擎实例,默认的max-...
InfluxDB 默认情况下,如果未在配置文件中指定max-cache-size参数,则会使用默认值。以下是 InfluxDB 版本 2.x 默认的max-cache-size值: 对于单个 TSM(Time Structured Merge)引擎实例,默认的max-cache-size值为524288000,即 500MB。 对于多个 TSM 引擎实例,默认的max-cache-size值为10737418240,即 10GB。 这些默...
cache size increases until max size (within a couple of days) and then influxdb accepts no points. What could be the cause? influxdb 1.8.10-1 on debian {"error":"engine: cache-max-memory-size exceeded: (1073884708/1073741824)"} Contributor samhld commented Mar 14, 2022 @vilinski does...
{"error":"engine: cache-max-memory-size exceeded: (1073741936/1073741824)"} 1. 出现了500状态码,重点是输出了这个: cache-max-memory-size exceeded 1. 戳这个地方这个连接有说明: Write-Retries on Errors Telegraf retries writing on certain types of failures, such ascache-max-memory-size. While In...
[root@carf-metrics-influx02 ~]# tail -f /var/log/influxdb/influxdb.log [write] 2016/08/17 22:16:48 write failed for shard 113: engine: cache maximum memory size exceeded [udp] 2016/08/17 22:16:48 failed to write point batch to database "tg_udp": engine: cache maximum memory ...
2017-04-13T09:23:00Z E! InfluxDB Output Error: {"error":"engine: cache-max-memory-size exceeded: (1073763734/1073741824)"} 2017-04-13T09:23:00Z E! Error writing to output [influxdb]: Could not write to any InfluxDB server in cluster ...
可以通过将CacheManger或Cache元素maxDepthExceededBehavior设置为“中止”或添加带有@IgnoreSizeOf注释的停止点来避免这种情况。如果在配置限制时性能下降不是问题,则使用CacheManager或Cache元素maxDepth属性提高极限值。有关更多信息,请参见Ehcache配置文档。我可以 浏览0提问于2016-01-29得票数 15...
partial_result_cache_max_mem_size Global/Session The maximum amount of memory that can be used by PTRC for a single query. Value values: 0 to 18446744073709551615. Unit: bytes. Default value: 67108864. How the optimizer determines whether to use PTRC PTRC consumes system resources when it ...