increase the postgres container shm_size from 64mb to 256mb (#13451)
This commit is contained in:
		
							parent
							
								
									f6c18e8829
								
							
						
					
					
						commit
						490ff09c5a
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		|  | @ -4,6 +4,7 @@ services: | ||||||
|   db: |   db: | ||||||
|     restart: always |     restart: always | ||||||
|     image: postgres:9.6-alpine |     image: postgres:9.6-alpine | ||||||
|  |     shm_size: 256mb | ||||||
|     networks: |     networks: | ||||||
|       - internal_network |       - internal_network | ||||||
|     healthcheck: |     healthcheck: | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue