The default partition sizing algorithm of the sysinstall(8) utility has been changed. * On systems where the disk capacity is larger than (3 * RAMsize + 10GB), the default sizes will now be as follows: Partition Size swap RAMsize * 2 / 512 MB /tmp 512 MB /var 1024 MB + RAMsize /usr the rest (8GB or more) * On systems where the disk capacity is larger than (RAMsize / 8 + 2 GB), the default sizes will be in the following ranges, with space allocated proportionally: Partition Size swap from RAMsize / 8 to RAMsize * 2 / from 256MB to 512MB /tmp from 128MB to 512MB /var from 128MB to 1024MB /usr from 1536MB to 8192MB * On systems with even less disk space, the existing behavior is not changed.