Comment the max old space workaround which seems to be working (so far)
This commit is contained in:
		
					parent
					
						
							
								9c0adfd32e
							
						
					
				
			
			
				commit
				
					
						ec88907981
					
				
			
		
					 1 changed files with 2 additions and 0 deletions
				
			
		
							
								
								
									
										2
									
								
								.github/workflows/build.yaml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/build.yaml
									
										
									
									
										vendored
									
									
								
							| 
						 | 
					@ -23,6 +23,8 @@ jobs:
 | 
				
			||||||
          SENTRY_PROJECT: ${{ secrets.SENTRY_PROJECT }}
 | 
					          SENTRY_PROJECT: ${{ secrets.SENTRY_PROJECT }}
 | 
				
			||||||
          SENTRY_URL: ${{ secrets.SENTRY_URL }}
 | 
					          SENTRY_URL: ${{ secrets.SENTRY_URL }}
 | 
				
			||||||
          SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
 | 
					          SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
 | 
				
			||||||
 | 
					          # This appears to be necessary to stop Vite from OOMing
 | 
				
			||||||
 | 
					          # https://github.com/vitejs/vite/issues/2433
 | 
				
			||||||
          NODE_OPTIONS: "--max-old-space-size=16384"
 | 
					          NODE_OPTIONS: "--max-old-space-size=16384"
 | 
				
			||||||
      - name: Upload Artifact
 | 
					      - name: Upload Artifact
 | 
				
			||||||
        uses: actions/upload-artifact@v2
 | 
					        uses: actions/upload-artifact@v2
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue