summaryrefslogtreecommitdiff
path: root/debian/patches/linux_amd64_no_overcommit.diff
diff options
context:
space:
mode:
authorFathi Boudra <fabo@debian.org>2011-06-20 16:00:56 +0300
committerFathi Boudra <fabo@debian.org>2011-06-20 16:00:56 +0300
commitd74fc16df29d4ed0d78ee09777270d2dc2fa1993 (patch)
treedeecd21c7e99742049d8320c887f9393b21ce279 /debian/patches/linux_amd64_no_overcommit.diff
parentcaa8b5623bbf4d6be5de29b99efee7ae997fcf35 (diff)
downloadqtwebkit-d74fc16df29d4ed0d78ee09777270d2dc2fa1993.tar.gz
Refresh patches
Diffstat (limited to 'debian/patches/linux_amd64_no_overcommit.diff')
-rw-r--r--debian/patches/linux_amd64_no_overcommit.diff4
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/patches/linux_amd64_no_overcommit.diff b/debian/patches/linux_amd64_no_overcommit.diff
index aeec959..1b59cb2 100644
--- a/debian/patches/linux_amd64_no_overcommit.diff
+++ b/debian/patches/linux_amd64_no_overcommit.diff
@@ -25,6 +25,10 @@ Description: Avoid crashes on amd64 with less than 3 or 4GB of RAM.
underMemoryPressure() management we must change that function as
upstream did.
+---
+ JavaScriptCore/jit/ExecutableAllocatorFixedVMPool.cpp | 55 +++++++++++++++---
+ 1 file changed, 46 insertions(+), 9 deletions(-)
+
--- a/JavaScriptCore/jit/ExecutableAllocatorFixedVMPool.cpp
+++ b/JavaScriptCore/jit/ExecutableAllocatorFixedVMPool.cpp
@@ -38,14 +38,29 @@