increase pa_xmalloc() limit to 96 MB, closes #344

This commit is contained in:
Lennart Poettering 2008-08-26 15:46:26 +02:00
parent fd3c6b0f60
commit 8df5b2de92

View file

@ -36,7 +36,7 @@
#include "xmalloc.h" #include "xmalloc.h"
/* Make sure not to allocate more than this much memory. */ /* 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 malloc */
/* #undef free */ /* #undef free */