NMGMarques Posted May 13, 2023 Share Posted May 13, 2023 So I keep having issues and I noticed that system share is taking up close to all of my 120gb cache drive. Triggering the mover does nothing. If I change my appdata out of the cache to the data drives, I get a lot of errors, too, so I can’t afford to have all the space used by system, nor do I understand why system uses up so much. I have been told in the past that I should keep system on cache, but this is now becoming unbearable. Any suggestions? Quote Link to comment
itimpi Posted May 13, 2023 Share Posted May 13, 2023 You are likely to get better informed feedback if you attach your system’s diagnostics zip file to your next post in this thread. Quote Link to comment
NMGMarques Posted May 13, 2023 Author Share Posted May 13, 2023 2 minutes ago, itimpi said: You are likely to get better informed feedback if you attach your system’s diagnostics zip file to your next post in this thread. Upped. biggekko-ur-diagnostics-20230513-2234.zip Quote Link to comment
veri745 Posted May 14, 2023 Share Posted May 14, 2023 (edited) 7 hours ago, NMGMarques said: I noticed that system share is taking up close to all of my 120gb cache drive. What's in your system share? Mine is literally only my docker.img and libvirt.img, and the sizes of those are controlled via VM and docker configs, so I don't know what would even being eating space there. *edit* it might be helpful to understand how much of that space is taken up by your each of your docker containers. You can go the "Docker" tab and click on "container size" to get a listing Edited May 14, 2023 by veri745 bit about container sizes Quote Link to comment
NMGMarques Posted May 14, 2023 Author Share Posted May 14, 2023 4 hours ago, veri745 said: What's in your system share? Mine is literally only my docker.img and libvirt.img, and the sizes of those are controlled via VM and docker configs, so I don't know what would even being eating space there. *edit* it might be helpful to understand how much of that space is taken up by your each of your docker containers. You can go the "Docker" tab and click on "container size" to get a listing Same here. However, yes, the docker file seems to be taking up the 107 gigs. Curious for me is that when I went to the Docker tab to figure out the culprit, I only see 19 gigs being used. Quote Link to comment
Squid Posted May 14, 2023 Share Posted May 14, 2023 The system is correct. Your image is taking up 100G. /dev/loop2 100G 19G 81G 19% /var/lib/docker And it's because you've set it to be 100G DOCKER_IMAGE_SIZE="100" Using an image file means that the space is pre-allocated to be the size that you've set. The use inside the containers (ie the container size button) has nothing to do with the size of the image or what it takes up on the drive. To lower the size to a more reasonable value, you need to stop the docker service in settings, then delete the image and set the image size more accordingly (maybe 40G) and then re-enable and reinstall the apps from Apps, Previous Apps If you are expecting the space on disk to go up and down according to what you've got installed, you want to use an docker folder instead of an image, and you switch that after you've stopped and deleted the image in the same Docker Settings. Quote Link to comment
NMGMarques Posted May 14, 2023 Author Share Posted May 14, 2023 21 minutes ago, Squid said: The system is correct. Your image is taking up 100G. /dev/loop2 100G 19G 81G 19% /var/lib/docker And it's because you've set it to be 100G DOCKER_IMAGE_SIZE="100" Using an image file means that the space is pre-allocated to be the size that you've set. The use inside the containers (ie the container size button) has nothing to do with the size of the image or what it takes up on the drive. To lower the size to a more reasonable value, you need to stop the docker service in settings, then delete the image and set the image size more accordingly (maybe 40G) and then re-enable and reinstall the apps from Apps, Previous Apps If you are expecting the space on disk to go up and down according to what you've got installed, you want to use an docker folder instead of an image, and you switch that after you've stopped and deleted the image in the same Docker Settings. Does that mean I’ll have to reconfigure everything? Or will my settings all be retained? Quote Link to comment
Kilrah Posted May 14, 2023 Share Posted May 14, 2023 Reinstalling from Previous Apps will reuse your existing settings. Quote Link to comment
NMGMarques Posted May 14, 2023 Author Share Posted May 14, 2023 3 hours ago, Kilrah said: Reinstalling from Previous Apps will reuse your existing settings. What about just replacing the cache drive with a larger one? Is that doable? What would it entail? Quote Link to comment
Kilrah Posted May 14, 2023 Share Posted May 14, 2023 Moving everything off this one and copying it back onto the new one. Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.