Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
IndexNull opened this issue Sep 6, 2023 · 5 comments
Open

Comments

@IndexNull
Copy link

内网环境没法贴图片上来

@IndexNull
Copy link
Author

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

@CorvusYe
Copy link
Collaborator

CorvusYe commented Sep 6, 2023

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

@IndexNull
Copy link
Author

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

默认是1M吗

@CorvusYe
Copy link
Collaborator

CorvusYe commented Sep 6, 2023

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

@IndexNull
Copy link
Author

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

好的 我试试

@wey-gu wey-gu changed the title 多次调用desc tag 会栈溢出StackOverflowError:null StackOverflowError:null when querying DESC TAG for multiple times Sep 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants