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
1 Answer
Reset to default 0You 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