Hello Everyone,
I have installed TLJH on an EC2 instance and currently have a user count of 140 users(88 active). I am constantly facing issues with disk space consumption. Is there any way I can restrict file upload to TLJH. It would be very helpful if someone can guide me on maintaining disk space utilization. Currently my Disk space is 500 GB
I can’t think of an easy way to implement user disk quotas with TLJH, it would have to be done through the operating system, and will require some investigation:
Maybe the easiest solution is to put your home directory on a separate partition, so if it fills up it doesn’t affect the rest of the system?
2 Likes
In addition to the boot disk, I tend to create a separate disk and mount it to /home
. Prevents potential availability issues by separating boot from data storage.