[Vm-dev] [Pharo-project] idle VM runs at constant 3-5% CPU load

Igor Stasenko siguctua at gmail.com
Mon Jun 4 20:21:16 UTC 2012


On 4 June 2012 22:07, Sven Van Caekenberghe <sven at beta9.be> wrote:
> Yes, we should at least understand why this happens.
>
> BTW, another related question is: when running headless, do we actually need those 6 processes ?
>

well, here ones:
1. Delay
2. Event fetcher
3. Low space watcher
4. UI process
5. finalization process
6. idle process


well, i did following:

InputEventFetcher shutDown.
Delay stopTimerEventLoop.
WeakArray finalizationProcess terminate.
Processor activeProcess terminate.

and still having constant 2.3-2.4% CPU load..

there's only idle process left..

> Sven

--
Best regards,
Igor Stasenko.


More information about the Vm-dev mailing list