Merge "Switch to python3 for memory_peak service"

This commit is contained in:
Zuul 2020-01-31 05:57:23 +00:00 committed by Gerrit Code Review
commit fdd631d27a
2 changed files with 1 additions and 3 deletions

View File

@ -14,7 +14,7 @@
set -o errexit
PYTHON=${PYTHON:-python}
PYTHON=${PYTHON:-python3}
# time to sleep between checks
SLEEP_TIME=20

2
tools/mlock_report.py Executable file → Normal file
View File

@ -1,5 +1,3 @@
#!/usr/bin/env python
# This tool lists processes that lock memory pages from swapping to disk.
import re