From 8df5b2de92cbbc1c61d5991bcb74d7b0e5abcb0f Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 26 Aug 2008 15:46:26 +0200 Subject: increase pa_xmalloc() limit to 96 MB, closes #344 --- src/pulse/xmalloc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pulse') diff --git a/src/pulse/xmalloc.c b/src/pulse/xmalloc.c index d1138d65..71a6847c 100644 --- a/src/pulse/xmalloc.c +++ b/src/pulse/xmalloc.c @@ -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 */ -- cgit