mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-31 22:25:33 -04:00
shm: bump shm size limit to 1GB
This commit is contained in:
parent
aae7054b1c
commit
b0cabfe16b
1 changed files with 2 additions and 1 deletions
|
|
@ -60,7 +60,8 @@
|
|||
#define MADV_REMOVE 9
|
||||
#endif
|
||||
|
||||
#define MAX_SHM_SIZE (PA_ALIGN(1024*1024*64))
|
||||
/* 1 GiB at max */
|
||||
#define MAX_SHM_SIZE (PA_ALIGN(1024*1024*1024))
|
||||
|
||||
#ifdef __linux__
|
||||
/* On Linux we know that the shared memory blocks are files in
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue