From 7e3dcd85bab485d3ab0ab96a74465e6728a2af11 Mon Sep 17 00:00:00 2001 From: John Gatward Date: Wed, 25 Mar 2026 12:34:28 +0000 Subject: [PATCH] test --- docs/lectures/osc/09_mem_management1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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:**