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

16 lines
189 B
Markdown
Raw Normal View History

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