Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
nneverlander committed Jun 11, 2023
1 parent 3ef7c70 commit d292cfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kill.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pgrep -f '/Users/admin/.nvm/versions/node/v18.12.1/bin/node --max-old-space-size=4096 -r dotenv/config -r module-alias/register /Users/admin/code/github.com/mavriklabs/matching-engine/node_modules/bullmq/dist/cjs/classes/master.js' | xargs kill -s KILL
pgrep -f '/Users/admin/.nvm/versions/node/v18.12.1/bin/node --max-old-space-size=4096 -r dotenv/config -r module-alias/register /Users/admin/code/github.com/infinitydotxyz/matching-engine/node_modules/bullmq/dist/cjs/classes/master.js' | xargs kill -s KILL
pgrep -f 'node --max-old-space-size=4096 -r dotenv/config -r module-alias/register ./dist/bootstrap.js' | xargs kill -s KILL

0 comments on commit d292cfc

Please sign in to comment.