diff --git a/Procfile b/Procfile index f63de61d2..1fd7df445 100644 --- a/Procfile +++ b/Procfile @@ -1 +1,2 @@ worker: yarn start +worker_new: yarn start diff --git a/package.json b/package.json index 63b001e43..3db4a000f 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,8 @@ "doctoc": "doctoc --notitle --maxlevel 3 README.md", "lint": "eslint --ext=jsx,ts,tsx,js .", "prepare": "husky install", - "start": "UV_THREADPOOL_SIZE=12 node -r dotenv/config --async-stack-traces --max-old-space-size=920 dist/index.js", + "start": "UV_THREADPOOL_SIZE=12 node -r dotenv/config --async-stack-traces --max-old-space-size=420 dist/index.js", + "start_new": "indexName=npm-search-new bootstrapIndexName=npm-search-new.tmp UV_THREADPOOL_SIZE=22 node --async-stack-traces --max-old-space-size=420 dist/index.js", "test:watch": "jest --watchAll --no-watchman", "test": "jest --forceExit" },