You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some results at command line, or non-empty fil-result folder
Actual result
No profiling output, empty fil-result folder, the only output is:
root@heavy:~# fil-profile run test_oom.py
=fil-profile= Memory usage will be written out at exit, and opened automatically in a browser.
=fil-profile= You can also run the following command while the program is still running to write out peak memory usage up to that point: kill -s SIGUSR2 475
Killed
On linux it was running inside docker container, may be that affected heuristic somehow. For mac - how can I enable it? In help the only option is --disable-oom-detection
Steps
Follow steps from tutorial: https://pythonspeed.com/fil/docs/trying.html
Expected result
Some results at command line, or non-empty fil-result folder
Actual result
No profiling output, empty fil-result folder, the only output is:
System
Attempt 1: MacOS 12.4
Attempt 2: Debian 11
Installed with:
python3 -m pip install filprofiler
The text was updated successfully, but these errors were encountered: