Merge "Switch to python3 for memory_peak service"
This commit is contained in:
commit
fdd631d27a
@ -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
2
tools/mlock_report.py
Executable file → Normal file
@ -1,5 +1,3 @@
|
||||
#!/usr/bin/env python
|
||||
|
||||
# This tool lists processes that lock memory pages from swapping to disk.
|
||||
|
||||
import re
|
||||
|
Loading…
Reference in New Issue
Block a user