Answer from cs61c-cm (Christopher Marcellino 15775059) for Question 2 With fixed-sized chunks, the VM system does not need to store an offset for each block, and doesn't have to do bounds checking. Bigger chunks increase performance with spatial locality, amortize the high page fault time and have less overhead for page tables. Small chunks can decrease internal fragmentation which can save memory.