nebula-contrib / ngbatis

NGBATIS is a database ORM framework base NebulaGraph + spring-boot, which takes advantage of the mybatis’ fashion development, including some de-factor operations in single table and vertex-edge, like mybatis-plus. NGBATIS 是一款针对 NebulaGraph + Springboot 的数据库 ORM 框架。借鉴于 MyBatis 的使用习惯进行开发。https://graph-cn.github.io/ngbatis-docs/
https://nebula-contrib.github.io/ngbatis/
Apache License 2.0
132 stars 42 forks source link

StackOverflowError:null when querying `DESC TAG` for multiple times #207

Open IndexNull opened 1 year ago

IndexNull commented 1 year ago

内网环境没法贴图片上来

IndexNull commented 1 year ago

多次调用desc tag 会栈溢出StackOverflowError:null 调用的语句 DESCRIBE TAG ${ p0 } 启动项目时分配的内存-Xms1024m -Xmx4096m 刚部署的话不会报错,运行大概几个小时后会报栈溢出

CorvusYe commented 1 year ago

-Xss2m 启动参数可以加一下这个

IndexNull commented 1 year ago

-Xss2m 启动参数可以加一下这个

默认是1M吗

CorvusYe commented 1 year ago

默认值是JVM决定的,一般是512k

IndexNull commented 1 year ago

默认值是JVM决定的,一般是512k

好的 我试试