This commit is contained in:
John Gatward
2026-03-25 12:34:28 +00:00
parent 98e3df3a28
commit 7e3dcd85ba

View File

@@ -130,7 +130,7 @@ CPU utilisation **goes up** with the **number of processes** and **down** for **
* Assigns each process to the smallest partition that it would fit in. * Assigns each process to the smallest partition that it would fit in.
* Reduces **internal fragmentation**. * Reduces **internal fragmentation**.
* Can reduce memory utilisation (eg lots of small jobs result in unused large partitions) * Can reduce memory utilisation (e.g. lots of small jobs result in unused large partitions)
**A single shared queue:** **A single shared queue:**