![]() |
Stress Test (kernel compile) - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: Pinebook Pro (https://forum.pine64.org/forumdisplay.php?fid=111) +--- Forum: Pinebook Pro Hardware and Accessories (https://forum.pine64.org/forumdisplay.php?fid=116) +--- Thread: Stress Test (kernel compile) (/showthread.php?tid=8383) |
Stress Test (kernel compile) - hmuller - 11-19-2019 I ran a series of kernel compilations to stress test the system and to answer the following questions:
In summary:
UPDATE 02 DEC 2019: The tools used to run the compile test can be found here: The data I produced along with a report can be found here: RE: Stress Test (kernel compile) - as400 - 11-20-2019 Thanks for this. Very useful info. Did you get any WiFi disconnections during the compile ? There are some reports on the forum that the temperature is responsible for the problems with WiFi. RE: Stress Test (kernel compile) - murak - 11-20-2019 (11-19-2019, 10:54 PM)hmuller Wrote: I ran a series of kernel compilations to stress test the system and to answer the following questions: Thank you! Compiling is a good real-world test and it shows the quality of the pinebook pro hardware. Is there some other gpu heavy test that can be run simultatiosly to stress both cpu and gpu at the same time? Maybe a timedemo in Quake3? I am olso looking for a smal program to display cpu/gpu load and temp. It was many years since I´ve done any stresstesting on Linux, but back then I used conky. Is there another option nowadays? Maby something even more lightweight? RE: Stress Test (kernel compile) - hmuller - 11-20-2019 (11-20-2019, 12:02 AM)as400 Wrote: Did you get any WiFi disconnections during the compile ? There are some reports on the forum that the temperature is responsible for the problems with WiFi. Reviewing /var/log/syslog shows quite a few messages related to WiFi but they appear to be interspersed throughout the log and not isolated to periods with increased temperatures. So I cannot confirm that correlation. (11-20-2019, 12:42 AM)murak Wrote: Is there some other gpu heavy test that can be run simultatiosly to stress both cpu and gpu at the same time? Maybe a timedemo in Quake3? A Google search on this provides interesting results regarding GPU stress testing. It's not something I have looked into. And given my lack of familiarity with that topic, caution would be my watch word. I don't have any recommendations on cpu/gpu monitoring for the PBP. But I use the i3wm DE on my desktop computer and have configured i3bar to provide that information. Conky, as far as I know, would still be an option to consider. RE: Stress Test (kernel compile) - mfritsche - 11-22-2019 Hmm. Mine won't survive a -j6 kernel compile without signs of severe heat stroke. Guess it's time to get the screwdriver out ![]() RE: Stress Test (kernel compile) - Thra11 - 12-22-2019 When compiling for a long time on all cores, mine can get warm too. I've noticed that if it gets too hot, the red LED next to the power cable flashes instead of being steady, and it doesn't appear to charge (or only charges very slowly). I assume this is the charging circuit refusing to charge the battery when it's too hot (IIRC, LiPo batteries can catch fire/explode if they overheat). if someone can confirm that this is what the flashing red LED means, we could add it to the wiki. Whether the laptop overheats and gradually discharges, or manages to slowly charge seems to vary depending on how well it can dissipate heat from the case: Sitting on my lap or on an insulating surface -> overheating, discharging, Resting in a position with the base exposed to the air -> gradual charging. RE: Stress Test (kernel compile) - agD0i7rY - 12-22-2019 I haven't tried a kernel yet but I have tried to compile some big projects* with -j6 and each time the Pbp gets hot during compilation and shuts down. On the other hand for small compilations no problem with -j6 but gain is negligible anyway. From memory I had no problem with -j4 for Retroarch. * They are big for me ![]() RE: Stress Test (kernel compile) - mfritsche - 06-24-2020 (11-22-2019, 02:56 AM)mfritsche Wrote: Hmm. Mine won't survive a -j6 kernel compile without signs of severe heat stroke. Guess it's time to get the screwdriver out Added thermal pads on the casing around the cpu and thermal paste on the cpu thermal pad. Without a cooling pad under the pinebook I still get compilation errors with -j6 - but temperature seems to be generally lower. Cross compiling is annoying (try ghc), emulation of aarch64 is slooow (not even going there), so compiling on the pinebook pro is the only viable option. RE: Stress Test (kernel compile) - nobodyinperson - 07-04-2020 I recently compiled hledger (Haskell) and really had problems keeping my Pinebook Pro alive! It wouldn't charge (red LED flashing, power supply not even getting warm). In the end I was able to complete the compilation by reducing display brightness and using a cooling pad. That kept the battery at around 9%. Was rather a stress test for me than my Pinebook ;-) |