W wersji 0.1 'mojej' wersji skorzystałem z konfiguracji NeteXt'a modyfikując tylko odrobinę konfigurację w celu zmniejszenia zużycia energii:
Processor type and features --> Preemption model --> Voluntary kernel
This option reduces the latency of the kernel by adding more "explicit preemption points" to the kernel code. These new preemption points have been selected to reduce the maximum latency of rescheduling, providing faster application reactions, at the cost of slightly lower throughput.
This allows reaction to interactive events by allowing a low priority process to voluntarily preempt itself even if it is in kernel mode executing a system call. This allows applications to run more 'smoothly' even when the system is under load.
--> Timer frequency --> 100 Hz
100 Hz is a typical choice for servers, SMP and NUMA systems with lots of processors that may show reduced performance if too many timer interrupts are occurring.
jako przeciwieństwo:
1000Hz: 1000 Hz is the preferred choice for desktop systems and other systems requiring fast interactive responses to events.
Power management and ACPI options --> CPU Frequency scaling --> Default CPUFreq governor --> powersave
Use the CPUFreq governor 'powersave' as default. This sets the frequency statically to the lowest frequency supported by the CPU.
Brak komentarzy:
Prześlij komentarz