dennyak47

Results 4 comments of dennyak47

@JacksonGL Thanks for the detailed reply. I have a question about how to debug memory leak problem in nodejs. **When should I take the three snapshots of my leaked nodejs...

与egg目录相同目录下,放一个ps1脚本 '''ps1 $packageJsonPath = "$PSScriptRoot\egg\package.json" $packageJsonContent = Get-Content -Path $packageJsonPath -Raw | ConvertFrom-Json if ($packageJsonContent.scripts.stop -match '--title=([^"]+)') { $title = $matches[1] Write-Output "stopping egg application with --title=$title" $processes = Get-Process...