This process crashes with thousands of requests, I think that coul be process memory error, becase all requests are saved in process data within a map, please review the best way to keep it saved, and please enable a config option to do not save requests when jmeter report where not required
|
defmodule Perf.MetricsCollector do |
21:20:54.233 [error] Task #PID<0.3430.0> started from #PID<0.2889.0> terminating
** (stop) exited in: GenServer.call({:global, Perf.MetricsCollector}, {:results, %PartialResult{concurrency: 1, error_conn_count: 0, fail_http_count: 0, http_count: 465, http_max_latency: 115, http_mean_latency: 9500, invocation_error_count: 0, nil_conn_count: 0, p90: 0, protocol_error_count: 0, requests: [%RequestResult{}....]
This process crashes with thousands of requests, I think that coul be process memory error, becase all requests are saved in process data within a map, please review the best way to keep it saved, and please enable a config option to do not save requests when jmeter report where not required
distributed-performance-analyzer/lib/perf/metrics_collector.ex
Line 1 in 5eba6b2