diff options
Diffstat (limited to 'src/pulse/xmalloc.c')
| -rw-r--r-- | src/pulse/xmalloc.c | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pulse/xmalloc.c b/src/pulse/xmalloc.c index d1138d65..c570e40f 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 */ @@ -46,7 +46,7 @@  static void oom(void) PA_GCC_NORETURN; -/** called in case of an OOM situation. Prints an error message and +/* called in case of an OOM situation. Prints an error message and   * exits */  static void oom(void) {      static const char e[] = "Not enough memory\n";  | 
