sudhanshu dev
09/20/2022, 11:14 AMSrikanth Chekuri
09/20/2022, 11:34 AMsudhanshu dev
09/20/2022, 11:34 AMnitya-signoz
09/20/2022, 11:54 AMsudhanshu dev
09/20/2022, 11:54 AMSrikanth Chekuri
09/20/2022, 12:02 PMsudhanshu dev
09/20/2022, 2:28 PMnitya-signoz
09/20/2022, 3:47 PMOOMKilled
as the reason for termination, we will have to increase the limits. cc @Ankit Nayan @Srikanth ChekuriSrikanth Chekuri
09/20/2022, 4:59 PMselect count() from signoz_metrics.time_series_v2;
so we can give some rough estimate of how much RAM is needed for query service to not crash?sudhanshu dev
09/21/2022, 4:30 AMAnkit Nayan
sudhanshu dev
09/21/2022, 5:07 AMAnkit Nayan
sudhanshu dev
09/21/2022, 5:07 AMAnkit Nayan
0.11.0
, we have raised a fix to reduce memory usage of query-service in v0.11.1
. Can you give it a try?sudhanshu dev
09/21/2022, 5:10 AMAnkit Nayan
sudhanshu dev
09/21/2022, 5:10 AMAnkit Nayan
sudhanshu dev
09/21/2022, 5:20 AMPrashant Shahi
09/21/2022, 5:25 AM6060
of query-service container:
kubectl -n platform port-forward pod/my-release-signoz-query-service-0 6060:6060
In another terminal, run the following to obtain pprof data:
• CPU Profile
curl "<http://localhost:6060/debug/pprof/profile?seconds=30>" -o query-service.pprof -v
• Heap Profile
curl "<http://localhost:6060/debug/pprof/heap>" -o query-service-heap.pprof -v
sudhanshu dev
09/21/2022, 5:26 AM