2016-02-12 104 views
4

我已经阅读了几个有关如何在Windows机器上使用pm2的问题和想法,并且信不信由你,我以前的机器运行得非常好......然后我必须重新.format它,完全忘了我:(使用pm2部署时的Windows问题

以前那样,我已经npm后,可以在命令安装pm2npm install [email protected] -g

部署和Windows命令行下(cmd)我做的:

  • pm2 deploy production

,但我总是得到:

--> Deploying to production environment 
--> on host 10.200.73.136 
Deploy failed 
Deploy failed 

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

[email protected] /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 

任何想法,我缺少的是什么(即我以前做过,不记得具体是什么):(

PS我的Mac机器上的相同步骤,完美地工作

回答

0

今天我有同样的问题。确保你有最新版本的pm2(写作时是2.4.0)和Git Bash。