This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
obscurehero's profile picture

java.lang.Object.wait[native] Tons of CPU time?

Started by obscurehero, 24 February 2014 - 04:18 PM
obscurehero #1
Posted 24 February 2014 - 05:18 PM
Hello!

Do you know what might be causing this. This is run on an SMP server and so there are many users that might have written something that's causing this. Or possibly not at all, and this is a bug or expected behaviour.

Using CC1.58 IIRC. Forge b235.

It's consuming over 80% of all server CPU time.

However, I wonder if this is just 'sleeping' time where its just waitint. Given that its Self Time (CPU) and
total Time (CPU) are 0… Maybe I'm worried about nothing.
Call tree:


Backtrace:
Lyqyd #2
Posted 24 February 2014 - 07:43 PM
I don't really think that's normal behavior. If you PM me a zip of the /computer directory in the save folder, I can try to look through for any problematic computer programs.
Kubuxu #3
Posted 10 March 2014 - 11:40 AM
It is normal. You just have a lot of computers which are doing nothing so they are yelding to task manager and are not using processor time(Total CPU time).