diff --git a/docs/lectures/osc/09_mem_management1.md b/docs/lectures/osc/09_mem_management1.md index ab91ba9..775f0f1 100644 --- a/docs/lectures/osc/09_mem_management1.md +++ b/docs/lectures/osc/09_mem_management1.md @@ -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. * 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:**