| 1 | """Memory watchdog: periodically read the memory usage of the main test process |
| 2 | and print it out, until terminated.""" |
| 3 | # stdin should refer to the process' /proc/<PID>/statm: we don't pass the |
| 4 | # process' PID to avoid a race condition in case of - unlikely - PID recycling. |