Ticket #2063 (closed: wontfix)
ManagedWorkspace2D Memory limit: add an option to use the total Swap+Physical memory (mostly for Linux)
Reported by: | Janik Zikovsky | Owned by: | Janik Zikovsky |
---|---|---|---|
Priority: | major | Milestone: | Iteration 30 |
Component: | Mantid | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Nick Draper |
Description
ManagedWorkspace2D kicks in too early on Linux due to odd memory reporting... If instead we use a percentage of the total available memory (disk swap + physical), we can let Linux use its own (better) swapping until it becomes impossible.
Change History
comment:1 Changed 10 years ago by Janik Zikovsky
- Milestone changed from Iteration 27 to Iteration 28
comment:3 Changed 9 years ago by Janik Zikovsky
- Milestone changed from Iteration 29 to Iteration 30
Moved my tickets that won't get finished by iteration 29
comment:4 Changed 9 years ago by Janik Zikovsky
- Status changed from new to verify
- Resolution set to wontfix
This is no longer really needed as long as you use TCMalloc. Swap is likely to be slower than ManagedWorkspace2D (since the whole darn system grinds to a halt).
comment:5 Changed 9 years ago by Nick Draper
- Status changed from verify to verifying
- Tester set to Nick Draper
Note: See
TracTickets for help on using
tickets.