profiling improvements
- Would be nice for memory profiling to also record the free memory on each node. This determines when swapping is about to start. E.g.
grep 'MemFree' /proc/meminfo
Site will likely be offline for maintenance 23/24 April - more details soon
grep 'MemFree' /proc/meminfo
No child items are currently assigned. Use child items to break down this issue into smaller parts.
Link issues together to show that they're related. Learn more.
Just added parsing for MemFree
into memInfo. As well as normal profiling, I wonder if it'd be useful as a function-object style (emit warning when things are getting tight).
I've been mulling some other ideas about function-objects, but doesn't quite fit here (discuss by telephone).
perhaps some runTimeControl ?
changed title from profiling does not show free memory on node to profiling improvements
changed the description
mentioned in commit e6137408103c4b7bf899430c637512e80c30d1de
mentioned in merge request !178 (merged)
works.
closed