certd/packages/ui/certd-server/README.md

17 lines
190 B
Markdown
Raw Normal View History

2024-12-09 14:40:17 +00:00
# certd-server
2023-01-29 05:44:19 +00:00
2024-12-09 14:40:17 +00:00
## heap分析
2023-01-29 05:44:19 +00:00
2024-12-09 14:40:17 +00:00
```shell
# node_modules\@midwayjs\bootstrap\dist\bootstrap.js
# 注释 137行
// process.once('SIGINT', this.onSignal.bind(t
2023-01-29 05:44:19 +00:00
```
2024-12-09 14:40:17 +00:00
```shell
npm run heap
2023-01-29 05:44:19 +00:00
```