mirror of
https://github.com/certd/certd.git
synced 2026-04-14 12:30:54 +08:00
17 lines
190 B
Markdown
Executable File
17 lines
190 B
Markdown
Executable File
# certd-server
|
|
|
|
## heap分析
|
|
|
|
```shell
|
|
# node_modules\@midwayjs\bootstrap\dist\bootstrap.js
|
|
# 注释 137行
|
|
// process.once('SIGINT', this.onSignal.bind(t
|
|
|
|
```
|
|
|
|
|
|
```shell
|
|
npm run heap
|
|
```
|
|
|