increase pa_xmalloc() limit to 96 MB, closes #344
authorLennart Poettering <lennart@poettering.net>
Tue, 26 Aug 2008 13:46:26 +0000 (15:46 +0200)
committerLennart Poettering <lennart@poettering.net>
Tue, 26 Aug 2008 13:46:26 +0000 (15:46 +0200)
src/pulse/xmalloc.c

index d1138d6..71a6847 100644 (file)
@@ -36,7 +36,7 @@
 #include "xmalloc.h"
 
 /* Make sure not to allocate more than this much memory. */
-#define MAX_ALLOC_SIZE (1024*1024*20) /* 20MB */
+#define MAX_ALLOC_SIZE (1024*1024*96) /* 96MB */
 
 /* #undef malloc */
 /* #undef free */