Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

Cloudron Forum

Apps | Demo | Docs | Install
  1. Cloudron Forum
  2. Support
  3. Is this normal?

Is this normal?

Scheduled Pinned Locked Moved Support
11 Posts 4 Posters 1.8k Views 4 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • C Offline
      C Offline
      cyberfreakde
      wrote on last edited by cyberfreakde
      #1

      Is it normal for Cloudron to take 81GB of storage space?

      normal.png

      ? girishG 2 Replies Last reply
      0
      • C cyberfreakde

        Is it normal for Cloudron to take 81GB of storage space?

        normal.png

        ? Offline
        ? Offline
        A Former User
        wrote on last edited by
        #2

        @cyberfreakde I’d say the larger issue here is why there’s no breakdown of the storage below for you

        C 1 Reply Last reply
        0
        • ? A Former User

          @cyberfreakde I’d say the larger issue here is why there’s no breakdown of the storage below for you

          C Offline
          C Offline
          cyberfreakde
          wrote on last edited by
          #3

          @atrilahiji I don't quite get what you mean 😕 I was hiding all my app names if thats what you wanted to know.

          1 Reply Last reply
          0
          • C cyberfreakde

            Is it normal for Cloudron to take 81GB of storage space?

            normal.png

            girishG Offline
            girishG Offline
            girish
            Staff
            wrote on last edited by girish
            #4

            @cyberfreakde That's not normal. Could it be that you moved your backups to an external storage after some time? In that case, maybe you have to remove the old backups from /var/backups manually. You can also use du -hcs /* to figure where all the space is getting used.

            C 1 Reply Last reply
            1
            • girishG girish

              @cyberfreakde That's not normal. Could it be that you moved your backups to an external storage after some time? In that case, maybe you have to remove the old backups from /var/backups manually. You can also use du -hcs /* to figure where all the space is getting used.

              C Offline
              C Offline
              cyberfreakde
              wrote on last edited by cyberfreakde
              #5

              @girish Not old backups because I never backed up locally. However I saw /var/lib/docker/overlay2 has a size of 83GB.

              girishG 1 Reply Last reply
              0
              • C cyberfreakde

                @girish Not old backups because I never backed up locally. However I saw /var/lib/docker/overlay2 has a size of 83GB.

                girishG Offline
                girishG Offline
                girish
                Staff
                wrote on last edited by girish
                #6

                @cyberfreakde df does not report the docker directory size properly. you can use docker system df to get the docker size. You can also run and try to remove old images with docker image prune -a. The prune should have been automatic but maybe something caused it to fail.

                C 1 Reply Last reply
                1
                • girishG girish

                  @cyberfreakde df does not report the docker directory size properly. you can use docker system df to get the docker size. You can also run and try to remove old images with docker image prune -a. The prune should have been automatic but maybe something caused it to fail.

                  C Offline
                  C Offline
                  cyberfreakde
                  wrote on last edited by cyberfreakde
                  #7

                  @girish Looks like its not old images.
                  2.png

                  Here is the output of du -hcs /*. I also have raid on /mnt/md0 so you can ignore that.

                  1 Reply Last reply
                  0
                  • subvenS Offline
                    subvenS Offline
                    subven
                    wrote on last edited by
                    #8

                    What are your values for

                    • Docker images
                    • Platform data
                    • Backup data

                    from Cloudrons system info?

                    How much RAM ans SWAP does your server has?
                    Size of /var/logs and /var/backups? Please also take a look at the output from du -hcs /* as @girish suggested.

                    What confuses me is that your docker system df shows over 50GB of data but your Cloudron overview does not have a bar that represents that amount of space (should be the red or orange bar in your example). Instead the green bar seems off.

                    This is an example from one of my instances. The Server has 16GB RAM and 4GB SWAP.

                    2021-01-17 00_48_45- Chromium.png

                    PS: Your headline should be a bit more descriptive than clickbaiting.

                    C 1 Reply Last reply
                    0
                    • subvenS subven

                      What are your values for

                      • Docker images
                      • Platform data
                      • Backup data

                      from Cloudrons system info?

                      How much RAM ans SWAP does your server has?
                      Size of /var/logs and /var/backups? Please also take a look at the output from du -hcs /* as @girish suggested.

                      What confuses me is that your docker system df shows over 50GB of data but your Cloudron overview does not have a bar that represents that amount of space (should be the red or orange bar in your example). Instead the green bar seems off.

                      This is an example from one of my instances. The Server has 16GB RAM and 4GB SWAP.

                      2021-01-17 00_48_45- Chromium.png

                      PS: Your headline should be a bit more descriptive than clickbaiting.

                      C Offline
                      C Offline
                      cyberfreakde
                      wrote on last edited by
                      #9

                      @subven I have 32GB RAM.
                      /var/log size 214MB
                      /var/backups size 1.5MB

                      breakdown.png

                      girishG 1 Reply Last reply
                      0
                      • C cyberfreakde

                        @subven I have 32GB RAM.
                        /var/log size 214MB
                        /var/backups size 1.5MB

                        breakdown.png

                        girishG Offline
                        girishG Offline
                        girish
                        Staff
                        wrote on last edited by
                        #10

                        @cyberfreakde Essentially "everything else" is Total disk size - all the locations cloudron knows about. Just to double confirm, are you saying that /var/lib/docker/overlay2 is the only place on your filesystem which seems to consume this large amount of space? You might have to do du -hcs on various directories to see where the disk space is being used.

                        To help with the calculations, first see the df -h output. This is the disk usage at the block level. Can you also confirm that it says ~96GB used there?

                        C 1 Reply Last reply
                        0
                        • girishG girish

                          @cyberfreakde Essentially "everything else" is Total disk size - all the locations cloudron knows about. Just to double confirm, are you saying that /var/lib/docker/overlay2 is the only place on your filesystem which seems to consume this large amount of space? You might have to do du -hcs on various directories to see where the disk space is being used.

                          To help with the calculations, first see the df -h output. This is the disk usage at the block level. Can you also confirm that it says ~96GB used there?

                          C Offline
                          C Offline
                          cyberfreakde
                          wrote on last edited by
                          #11

                          @girish
                          df -h output

                          du -hcs /* output

                          du -hcs /var/lib/docker/overlay2 output

                          1 Reply Last reply
                          0
                          Reply
                          • Reply as topic
                          Log in to reply
                          • Oldest to Newest
                          • Newest to Oldest
                          • Most Votes


                            • Login

                            • Don't have an account? Register

                            • Login or register to search.
                            • First post
                              Last post
                            0
                            • Categories
                            • Recent
                            • Tags
                            • Popular
                            • Bookmarks
                            • Search