Increase NodeJS max heap to 4GB RAM for backend instance
This commit is contained in:
		
							parent
							
								
									e49eac9f61
								
							
						
					
					
						commit
						ee94119b64
					
				@ -21,7 +21,7 @@
 | 
			
		||||
  "main": "index.ts",
 | 
			
		||||
  "scripts": {
 | 
			
		||||
    "build": "tsc",
 | 
			
		||||
    "start": "npm run build && node dist/index.js",
 | 
			
		||||
    "start": "npm run build && node --max-old-space-size=4096 dist/index.js",
 | 
			
		||||
    "test": "echo \"Error: no test specified\" && exit 1"
 | 
			
		||||
  },
 | 
			
		||||
  "dependencies": {
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user