summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2009-02-17 10:55:00 +0000
committerAlexander Larsson <alexl@src.gnome.org>2009-02-17 10:55:00 +0000
commitfbe7bdd104f478c4648e7937f47391be59f31183 (patch)
tree39e5cdae4ad0c24d48bd40920e707262f9b2823b /ChangeLog
parent4dd81c63bb3c0e9bc9babf3839ca8df04f4097ce (diff)
downloadnautilus-fbe7bdd104f478c4648e7937f47391be59f31183.tar.gz
Set the glibc MMAP limit to a static value to avoid the dynamic limit
2009-02-17 Alexander Larsson <alexl@redhat.com> * configure.in: * src/nautilus-main.c: Set the glibc MMAP limit to a static value to avoid the dynamic limit hitting bad behaviour due to the large temporary allocations when creating the desktop background. It would raise the limit to a large value causing several large allocations on the heap which are then not returned to the OS. svn path=/trunk/; revision=14963
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d4a95ea50..1de9e3735 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2009-02-17 Alexander Larsson <alexl@redhat.com>
+
+ * configure.in:
+ * src/nautilus-main.c:
+ Set the glibc MMAP limit to a static value to avoid the dynamic
+ limit hitting bad behaviour due to the large temporary allocations
+ when creating the desktop background. It would raise the limit
+ to a large value causing several large allocations on the
+ heap which are then not returned to the OS.
+
2009-02-16 Alexander Larsson <alexl@redhat.com>
* configure.in: