We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ddcd052 + 24870ec commit 57a6243Copy full SHA for 57a6243
1 file changed
lib/dstat
@@ -33,7 +33,7 @@ function start_dstat {
33
# To enable memory_tracker add:
34
# enable_service memory_tracker
35
# to your localrc
36
- run_process memory_tracker "$TOP_DIR/tools/memory_tracker.sh" "" "root"
+ run_process memory_tracker "$TOP_DIR/tools/memory_tracker.sh" "" "root" "PYTHON=python${PYTHON3_VERSION}"
37
38
# TODO(jh): Fail when using the old service name otherwise consumers might
39
# never notice that is has been removed.
0 commit comments