vagetablechicken edited a comment on issue #2944: create pprof_profile_dir before heap profiling URL: https://github.com/apache/incubator-doris/pull/2944#issuecomment-588157911 > If `heap_profile_dir` is not empty, then the profile will be opened and the performance of the process will be reduced. I estimate that the purpose of the previous configuration is to enable the profile through this configuration. But now you can do it with the `HEAPPROFILE` parameter, you can refer [here](http://doris.apache.org/documentation/cn/developer-guide/debug-tool.html). > So this thing should be able to be deleted The two methods, HEAPPROFILE & pprof, are complete. That is why I think heap_profile_dir is useless. I'll delete it.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org