Closed DieterReuter closed 9 years ago
Docker is using a large number of inodes for images and containers. For this reason we want to get the maximum number of inodes possible for the root filesystem. For every 1kByte block we create one inode.
Connects to #26
Here are some additional infos about using a large number Inodes: http://stackoverflow.com/questions/21397110/how-to-store-one-billion-files-on-ext4
LGTM
Docker is using a large number of inodes for images and containers. For this reason we want to get the maximum number of inodes possible for the root filesystem. For every 1kByte block we create one inode.
Connects to #26