yanghongbo 发表于 2020-5-15 18:13:11

升级到2.2.0后内存狂暴

系统:win10家庭版,淳朴:I7,内存:24G,电脑为去年买的新款游戏本。
开发工具:vscode
操作:从v2.1.3升级到2.1.4再升级到2.2.0
现象:内存一直狂飙到8G+,vscode经常奔溃。cpu维持为16%+

yanghongbo 发表于 2020-5-15 18:14:42

直接奔溃:
App running at:
- Local:   http://localhost:3000/
- Network: http://192.168.1.100:3000/

Note that the development build is not optimized.
To create a production build, run yarn build.



#
# Fatal error in , line 0
# Fatal process out of memory: Zone
#
#
#
error Command failed with exit code 3221225477.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

yanghongbo 发表于 2020-5-15 18:27:21

重启电脑后,运行yarn run serve启动前端后,node.exe进程出现两分钟的内存飚到10G附近。后面都正常了。其他人有没有遇到呢?遇到升级到2.2.0内存飙升的情况可以考虑重启一下(重启万岁:lol)

yanghongbo 发表于 2020-5-16 17:33:24

今天还是遇到vscode运行后内存爆表,一直占用到15G+直到我电脑的内存耗光后奔溃:'(
其他小伙伴有没遇到过这种情况呢,为什么nodejs一直在飚内存呢???
我的nodejs版本:12.5,yarn版本:1.21.1,npm版本:6.9


admin_jh9 发表于 2020-5-16 22:49:54

跟jeecgboot没啥关系

yanghongbo 发表于 2020-5-17 11:47:53

admin_jh9 发表于 2020-5-16 22:49 static/image/common/back.gif
跟jeecgboot没啥关系

大佬,貌似还有其他人也遇到,在这个帖子( http://bbs.jeecg.com/forum.php?mod=viewthread&tid=8867&extra=page%3D1 )的评论里,另外好像目前对bigint(20)数据类型支持不正确,生成表单会生成为Integer(19),当主键id自增很大时(1261225304144224257)转换为Integer类型异常了,特别是附表的外键也有这个异常
页: [1]
查看完整版本: 升级到2.2.0后内存狂暴