Hello,

I know that the statement "high CPU load" ist pretty vague, but the CPU
load in Windows task manager was the only visible thing I saw. No different
logs even with LogLevel=DEBUG.

But I found out that removing the StopTimeout parameter (in my case
--StopTimeout=15) solves the issue. So I think it might be related to this
change:
https://github.com/apache/commons-daemon/commit/243a8521f780b98247820ae187e395597f6c9b51#diff-b4e825062840bfdafb7eeed624d22a66257983305ca7e21470b679bff4ef1ffeR1840-R1850



Am Mo., 15. Mai 2023 um 21:08 Uhr schrieb
<john.e.gr...@wellsfargo.com.invalid>:

> Andreas,
>
> Use the java flight recorder to take a recording of a minute or two.  Open
> it in Java Mission Control and look at the method samples.  That will give
> you a good idea where the CPU usage is coming from.  If that doesn't seem
> helpful, maybe enable -XX+DebugNonSafepoints and try again.
>
>
> > -----Original Message-----
> > From: Andreas Kuhtz <andreas.ku...@gmail.com>
> > Sent: Monday, May 15, 2023 11:25 AM
> > To: user@commons.apache.org
> > Subject: [daemon] High CPU load after update from 1.3.2 to 1.3.3
> >
> > Hi there,
> >
> > I see a high CPU load after updating commons-daemon from 1.3.2 to 1.3.3
> > (and 1.3.4) on my system.
> > The application is a simple SpringBoot application that is started with
> service-
> > user LocalSystem (no difference if started with default value).
> >
> > How can I find the cause for this?
> >
> > Many thanks,
> > Andreas
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscr...@commons.apache.org
> For additional commands, e-mail: user-h...@commons.apache.org
>

Reply via email to