![]() |
SystemD - Printable Version +- Linux Lite Forums (https://www.linuxliteos.com/forums) +-- Forum: Software - Support (https://www.linuxliteos.com/forums/forumdisplay.php?fid=5) +--- Forum: Other (https://www.linuxliteos.com/forums/forumdisplay.php?fid=20) +--- Thread: SystemD (/showthread.php?tid=6234) |
SystemD - ejc - 06-12-2019 Hello, I use an Asus eeebox 1501b with 2 go ram and i notice that the unity gets warm quickly after boot and stays so. Is there anything I can fix here: The disk is 5400 rpm Memory Usage: 1330/1993MB (66.73%) Disk Usage: 12/293GB (5%) with just the default pdf reader open and firefox 17.567s dev-sda1.device 16.051s ufw.service 15.079s keyboard-setup.service 15.027s lvm2-monitor.service 14.793s systemd-journal-flush.service 14.598s systemd-modules-load.service 14.516s systemd-tmpfiles-setup-dev.service 6.590s NetworkManager-wait-online.service 3.413s swapfile.swap 3.169s udisks2.service 2.718s NetworkManager.service 2.682s networkd-dispatcher.service 2.498s accounts-daemon.service 2.289s ModemManager.service 2.126s grub-common.service 2.029s fstrim.service 2.017s nmbd.service 1.983s systemd-random-seed.service 1.878s preload.service 1.833s motd-news.service 1.804s plymouth-quit-wait.service 1.801s lightdm.service 1.747s wpa_supplicant.service Re: SystemD - Moltke - 06-12-2019 (06-12-2019, 11:10 AM)ejc link Wrote: Hello, I use an Asus eeebox 1501b with 2 go ram and i notice that the unity gets warm quickly after boot and stays so. Hi [member=9318]ejc[/member] First of all, your post's title "SystemD" tells nothing about what you want since then you pasted some system statistics and asked "what can I fix here" so if I may ask, what is it exactly you're looking to fix? If I understand correctly, it seems to me you're asking for help/guidance on how to improve memory management, is that correct? And there might be a number of answrs for that question, in any case, since your post asks for SystemD I think you should read here https://www.linuxliteos.com/forums/installing-software/systemd-linux-lite-3-0/msg23516/#msg23516 try some of the commands like Code: systemd-analyze blame Hope this helps! ![]() Re: SystemD - ejc - 06-14-2019 Hello My goal was to reduce the disk memory so that it does not get warm so quickly. Re: SystemD - TheDead - 06-14-2019 Hi, Maybe deactivating the swap would help (i.e. forcing Linux to use RAM and less HDD usage). I have never tried it and maybe it's a bad idea, Linux Mentors could confirm, but... ![]() Coming from the Widnows world I would sometimes deactivated swap (pagefile.sys) to "force" Widnows to use RAM (idea came with first SSD generation a few years back). Some stupid Widnows programs "NEED" the swap though, so I had to install a RAMDisk program which makes a virtual harddisk in RAM and put the Windows Swap there (I put it at 1024MB). Yes, I know this defeated the whole purpose of a swap ![]() Note : Was on W7 and this trick stopped working in W10. I didn't check if possible anymore. Warning / disclaimer or whatever ![]() Re: SystemD - Moltke - 06-19-2019 (06-14-2019, 08:39 AM)ejc link Wrote: Hello "reduce disk memory" Don't you mean disk usage? Type this in a terminal and report back the output Code: cat /proc/sys/vm/swappiness Quote:Memory Usage: 1330/1993MB (66.73%)while your disk usage is reported Quote:Disk Usage: 12/293GB (5%)so maybe what you need is improve your memory usage not your disk's. |