Ticket #2063 (closed: wontfix)

Opened 10 years ago

Last modified 5 years ago

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:2 Changed 9 years ago by Janik Zikovsky

  • Milestone changed from Iteration 28 to Iteration 29

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

comment:6 Changed 9 years ago by Nick Draper

  • Status changed from verifying to closed

Tests have previously proved (at least on 32 bit windows) that managed worksapces are notably faster than swap and can handle larger volumes.

comment:7 Changed 5 years ago by Stuart Campbell

This ticket has been transferred to github issue 2910

Note: See TracTickets for help on using tickets.