使用 pm2 部署时的 Windows 问题

bal*_*dre 5 deployment pm2

我已经阅读了一些关于如何pm2在 Windows 机器下使用的问题和想法,不管你相信与否,我以前的机器运行得很好......然后我不得不重新格式化它并完全忘记了我之前做了什么:(

我已经使用以下命令安装pm2npmnpm install pm2@latest -g

对于部署和在 Windows 命令行 ( cmd) 下,我执行以下操作:

  • pm2 deploy production

但我总是得到:

--> Deploying to production environment
--> on host 10.200.73.136
Deploy failed
Deploy failed
Run Code Online (Sandbox Code Playgroud)

如果我使用 git bash 运行,我会收到奇怪的 git 错误:

balex@DESKTOP-3LKNA7U  /d/Gavekortet/gogift-mainsite (master)
$ pm2 deploy production
--> Deploying to production environment
--> on host 10.200.73.136
      0 [main] sh 16020 C:\Program Files\Git\usr\bin\sh.exe: *** fatal error in forked process - fork: can't reserve memory for parent stack 0x600000 - 0x800000, (child has 0x400000 - 0x600000), Win32 error 487
    660 [main] sh 16020 cygwin_exception::open_stackdumpfile: Dumping stack trace to sh.exe.stackdump
      0 [main] sh 13588 fork: child -1 - forked process 16020 died unexpectedly, retry 0, exit code 0x100, errno 11
sh: fork: retry: No child processes
1007561 [main] sh 8808 C:\Program Files\Git\usr\bin\sh.exe: *** fatal error in forked process - fork: can't reserve memory for parent stack 0x600000 - 0x800000, (child has 0x400000 - 0x600000), Win32 error 487
1008780 [main] sh 8808 cygwin_exception::open_stackdumpfile: Dumping stack trace to sh.exe.stackdump
2266018 [main] sh 13588 fork: child -1 - forked process 8808 died unexpectedly, retry 0, exit code 0x100, errno 11
sh: fork: retry: No child processes
4274490 [main] sh 14924 C:\Program Files\Git\usr\bin\sh.exe: *** fatal error in forked process - fork: can't reserve memory for parent stack 0x600000 - 0x800000, (child has 0x400000 - 0x600000), Win32 error 487
4275199 [main] sh 14924 cygwin_exception::open_stackdumpfile: Dumping stack trace to sh.exe.stackdump
5799995 [main] sh 13588 fork: child -1 - forked process 14924 died unexpectedly, retry 0, exit code 0x100, errno 11
sh: fork: retry: No child processes
9804559 [main] sh 6320 C:\Program Files\Git\usr\bin\sh.exe: *** fatal error in forked process - fork: can't reserve memory for parent stack 0x600000 - 0x800000, (child has 0x400000 - 0x600000), Win32 error 487
9804986 [main] sh 6320 cygwin_exception::open_stackdumpfile: Dumping stack trace to sh.exe.stackdump
11142795 [main] sh 13588 fork: child -1 - forked process 6320 died unexpectedly, retry 0, exit code 0x100, errno 11
sh: fork: retry: No child processes
Run Code Online (Sandbox Code Playgroud)

知道我错过了什么(我以前做过但不记得到底是什么):(

PS 在我的 Mac 机器上执行相同的步骤,完美运行

Mar*_*ari 0

我今天也遇到了同样的问题。确保您拥有最新版本的 pm2(撰写本文时为 2.4.0)和 Git Bash。