The Cookie Machine - Click here to drag window

DUMMY TEXT - Real text set in assets/js/theCookieMachine.js

If you can read me, I'm broken!

Views: 185β€…    Votes:  1β€…    βœ… Solution
Tags: startup   performance   home-directory  
Link: πŸ” See Original Answer on Ask Ubuntu ⧉ πŸ”—

URL: https://askubuntu.com/q/1187274
Title: Does the size of your home directory affect startup performance?
ID: /2019/11/08/Does-the-size-of-your-home-directory-affect-startup-performance_
Created: November 8, 2019
Upload: April 8, 2024    Layout:  post
TOC: false    Navigation:  false    Copy to clipboard:  false


During boot your /home partition is mounted which takes a fraction of a second regardless of it’s size.

After logging in there are programs which will index (or process) the files in your home partition. This will effect performance the first time the program is used. If properly designed, such programs should not lag your screen or keyboard. After files are indexed the first time, subsequent program usage will only incrementally update new files added.

Some example programs would be:

With a large home directory some commands will be slower such as find but the similar command locate will not be noticeably slower. find searches every file but locate has an index of every file stored in it’s own database.

⇧ Prevent sleep if CPU usage is high What counts towards uptime?  β‡©