|
From: <sv...@va...> - 2013-10-24 09:11:47
|
Author: sewardj
Date: Thu Oct 24 09:11:32 2013
New Revision: 13692
Log:
Note increased max mem size.
Modified:
branches/VALGRIND_3_9_BRANCH/NEWS
Modified: branches/VALGRIND_3_9_BRANCH/NEWS
==============================================================================
--- branches/VALGRIND_3_9_BRANCH/NEWS (original)
+++ branches/VALGRIND_3_9_BRANCH/NEWS Thu Oct 24 09:11:32 2013
@@ -162,6 +162,10 @@
translate. The actual behavior -- delivery of SIGILL to the
application -- is unchanged.
+* The maximum amount of memory that Valgrind can use on 64 bit targets
+ has been increased from 32GB to 64GB. This should make it possible
+ to run applications on Memcheck that natively require up to about 35GB.
+
* ==================== FIXED BUGS ====================
The following bugs have been fixed or resolved. Note that "n-i-bz"
|