shm: bump shm size limit to 1GB

This commit is contained in:
Lennart Poettering 2009-08-14 04:14:35 +02:00
parent aae7054b1c
commit b0cabfe16b

View file

@ -60,7 +60,8 @@
#define MADV_REMOVE 9 #define MADV_REMOVE 9
#endif #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__ #ifdef __linux__
/* On Linux we know that the shared memory blocks are files in /* On Linux we know that the shared memory blocks are files in