summaryrefslogtreecommitdiff
path: root/install.xml
diff options
context:
space:
mode:
authorTofu Linden <tofu.linden@lindenlab.com>2010-02-19 12:55:11 +0000
committerTofu Linden <tofu.linden@lindenlab.com>2010-02-19 12:55:11 +0000
commit24c7e08b4038e77792e4eca318c00bcc80138d7e (patch)
treef94b146c1fc618f0ca21f9d4c1ce14a86db3acbc /install.xml
parent57feebb2a6c1e410d0c74e63baed1078a0a81064 (diff)
EXT-5552 Linux viewer running out of address space, crashing frequently and untracably
Yes, we were really hitting 3GB of address space. And quickly. Because we keep ~645 fonts mmap()d on a typical Linux system. Switch to a libfreetype that doesn't mmap(). This is lower risk than fixing the font system right now...
Diffstat (limited to 'install.xml')
-rw-r--r--install.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/install.xml b/install.xml
index 2461ac8786..c6100f53e2 100644
--- a/install.xml
+++ b/install.xml
@@ -436,9 +436,9 @@
<key>linux</key>
<map>
<key>md5sum</key>
- <string>978ad7c67fe4a2419bfc841e2956ff9f</string>
+ <string>454c3d951d5c20bbf3f0f81cf3c9ecbc</string>
<key>url</key>
- <uri>http://s3.amazonaws.com/viewer-source-downloads/install_pkgs/freetype-2.3.9-linux-20090521c.tar.bz2</uri>
+ <uri>http://s3.amazonaws.com/viewer-source-downloads/install_pkgs/freetype-2.3.9-linux-2010-02-19-nommap.tar.bz2</uri>
</map>
<key>linux64</key>
<map>