最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

spring boot - Multiple instances of same jar, creating when starts the service (ubuntu server) - Stack Overflow

programmeradmin5浏览0评论

I hosted springboot .jar file on hostinger vps server and start the app as a service this is my service file

when starting the service multiple instances of jar files are created and multiple mysqld connections also created

anyone knows why is this happening?

Thank you

I hosted springboot .jar file on hostinger vps server and start the app as a service this is my service file

when starting the service multiple instances of jar files are created and multiple mysqld connections also created

anyone knows why is this happening?

Thank you

Share Improve this question asked Mar 19 at 6:26 Mahesh GunasekaraMahesh Gunasekara 251 silver badge5 bronze badges 1
  • To improve your post, post text here as text and not a picture. – chux Commented Mar 19 at 11:25
Add a comment  | 

1 Answer 1

Reset to default 0

You are displaying user process threads in htop. Every platform thread in Java will be visible there.

In htop you can toggle user process threads with the key H

与本文相关的文章

发布评论

评论列表(0)

  1. 暂无评论