The Permanent Resize feature clearly states that the CPU, RAM and disk will all be resized. I resized from 30GB to 40GB and a df -h (FreeBSD droplet) command showed the same. What gives??? freebsd@ivts-fbsd-db1:~ % df -h Filesystem Size Used Avail Capacity Mounted on /dev/gpt/rootfs 28G 3.7G 22G 14% / devfs 1.0K 1.0K 0B 100% /dev
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Click below to sign up and get $100 of credit to try our products over 60 days!
Please use this command to resize your droplet
resize2fs /dev/vda1
You still need to resize the filesystem within the droplet.