Features
- Try to ensure monospace font is used for reports. ([143](https://github.com/pythonspeed/filprofiler/issues/143))
Bugfixes
- Number of allocations in the profiling results are now limited to 10,000. If there are more than this, they are all quite tiny, so probably less informative, and including massive number of tiny allocations makes report generation (and report display) extremely resource intensive. ([140](https://github.com/pythonspeed/filprofiler/issues/140))
- The out-of-memory detector should work more reliably on Linux. ([144](https://github.com/pythonspeed/filprofiler/issues/144))