diff --git a/frontend/src/pages/index.vue b/frontend/src/pages/index.vue
index ad6958f..6801e52 100644
--- a/frontend/src/pages/index.vue
+++ b/frontend/src/pages/index.vue
@@ -39,7 +39,7 @@
Total Logical Cores: {{status.total_logical_cores}}
- Total Memory: {{status.total_memory_bytes && prettyBytes(Number(status.total_memory_bytes))}}
+ Total Memory: {{status.total_memory_bytes && prettyBytes(Number(status.total_memory_bytes), { binary: true })}}