Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 5091

Graphics programming • Re: Xorg weird issues: log flooded and memory leak

$
0
0
It seems that the link is confirmed between errors in the log and the memory leak!

As I understand, the "PageFlip" error trace is related to dual screen support. So I plugged another screen on our device and magically, after 19h of use, Xorg only eaten up 2 Mo of RAM.

Code:

$ systemctl status xinit.service ● xinit.service - Xinit     Loaded: loaded (/lib/systemd/system/xinit.service; enabled; vendor preset: enabled)     Active: active (running) since Tue 2024-07-02 12:04:05 UTC; 19h ago   Main PID: 1810 (xinit)      Tasks: 5 (limit: 1599)     Memory: 34.0M        CPU: 45min 24.902s     CGroup: /system.slice/xinit.service             ├─1810 /usr/bin/xinit -- -nocursor             ├─1813 /usr/lib/xorg/Xorg :0 -nocursor             ├─1824 sh /home/pi/.xinitrc             └─1827 /usr/bin/sleep infinityWarning: journal has been rotated since unit was started, output may be incomplete.
The question is now: how to get rid off those PageFlip errors ?

Statistics: Posted by laurent — Wed Jul 03, 2024 8:06 am



Viewing all articles
Browse latest Browse all 5091

Trending Articles