This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- Oct 08, 2015
-
-
Federico Montesino Pouzols authored
-
- Oct 05, 2015
-
-
Campbell, Stuart authored
-
- Jun 22, 2015
-
-
Peterson, Peter authored
Re #12882.
-
Peterson, Peter authored
-
- Dec 16, 2014
-
-
WHITFIELDRE email authored
-
WHITFIELDRE email authored
-
- Nov 04, 2014
-
-
WHITFIELDRE email authored
-
- Oct 02, 2014
-
-
Hahn, Steven authored
-
- Sep 23, 2014
-
-
Gigg, Martyn Anthony authored
It will become a library loaded through LD_PRELOAD so we keep the search for it but move tcmalloc_minimal to be found first if it exists. Refs #10271
-
- Mar 18, 2014
-
-
Gigg, Martyn Anthony authored
Refs #9059
-
- Aug 09, 2013
-
-
Gigg, Martyn Anthony authored
This now returns a human-readable string detailing the structure of the workspace. Refs #7708
-
- May 13, 2013
-
-
Nick Draper authored
-
- Mar 19, 2013
-
-
Gigg, Martyn Anthony authored
If it is not closed then every call to verify the free memory leaves open another process handle and very slowly leaks resources.
-
- Mar 29, 2012
-
-
Janik Zikovsky authored
which overflowed the unsigned int giving billions of GB available
-
Janik Zikovsky authored
which overflowed the unsigned int giving billions of GB available
-
- Feb 24, 2012
-
-
Janik Zikovsky authored
Also refs #4808, fix StartLiveDataTest
-
- Dec 12, 2011
-
-
Campbell, Stuart authored
-
- Nov 30, 2011
-
-
Campbell, Stuart authored
Added on the buffer onto the available memory. Added a final debug message the prints the free and total memory. Removed the 'scaling' factor on the cache that was being added to the total free memory.
-
- Nov 01, 2011
-
-
Gigg, Martyn Anthony authored
-
Gigg, Martyn Anthony authored
-
Gigg, Martyn Anthony authored
Work around windows not freeing up memory straight away causing the ManagedWorkspace performance test to fail. The ifdef will be removed when I check the linux and mac code. Refs #4023
-
- Apr 19, 2011
-
-
Gigg, Martyn Anthony authored
-
- Mar 22, 2011
-
-
Peterson, Peter authored
-
- Mar 21, 2011
-
-
Janik Zikovsky authored
-
- Mar 04, 2011
-
-
Janik Zikovsky authored
Fixes #2588: Call to release memory only if above a certain threshold of memory used. Should save a couple of seconds vs calling it each time.
-
- Mar 01, 2011
-
-
Gigg, Martyn Anthony authored
-
Gigg, Martyn Anthony authored
Refs #2568. Fixed the reserved memory calculation on Windows which was return 0. This meant that a workspace went managed even though the reserved memory could have saved it. Also re-enabled the low-fragmentation heap and mmap schemes which weren't being enabled in the right place. I've actually moved them to when the FrameworkManager starts up so that it happens as early as possible.
-
- Feb 08, 2011
-
-
Peterson, Peter authored
-
Peterson, Peter authored
-
Peterson, Peter authored
-
Peterson, Peter authored
-
Peterson, Peter authored
-
- Feb 07, 2011
-
-
Peterson, Peter authored
-
Peterson, Peter authored
-
Peterson, Peter authored
Trying to fold in the windows stuff from MemoryManager. Lets see if I can edit code without a compiler. Refs #2282.
-
- Feb 01, 2011
-
-
Janik Zikovsky authored
Refs #2334: SaveSNSNexus will use slabs for writing large banks, depending on available memory. Speed is still limited by the compression in NXS being single-threaded.
-
- Jan 28, 2011
-
-
Janik Zikovsky authored
Refs #2187: Define and flags added around TCMalloc-specific code should allow it to compile whether or not you have TCMalloc.
-
- Jan 26, 2011
-
-
Peterson, Peter authored
-
Peterson, Peter authored
-
Peterson, Peter authored
Turned the utility into a class to improve usability. Copied over the mac bits, but haven't tried to do windows. Refs #2282.
-