简体   繁体   中英

How to kill Java LWP (Light weight process) Linux

Is there any way to kill LWP.

I have a web application and two LWP and running continuously from last 16 hours. And those process consuming lots of core because of that cpu consumption gone 100%. I wonder if i can kill this LWP without affecting running application.

Get PID of LWP and use kill -9 command to terminate them. Before terminating them check if they are related with your application

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM