mirror of
				https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
				synced 2025-11-03 09:01:50 -05: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
 | 
					#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
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue