|
|
|
|
|
by mtdewcmu
1742 days ago
|
|
> If speed is an issue then you want it near the most commonly accessed data. Yes. You expect the seek time to dominate performance. The reason that the swap was faster when placed at the beginning is likely because the filesystem is mostly empty and so the allocated portion is at the beginning of the partition. If the filesystem was near capacity and the files are distributed throughout, then you would expect the performance of the swap at the end and the swap at the beginning to start to converge. |
|