From 2fa6901e025cfa6c5563f3595675f47e1a60bb0a Mon Sep 17 00:00:00 2001
From: MacRimi
Date: Sat, 1 Mar 2025 21:40:11 +0100
Subject: [PATCH] update
---
web/app/docs/post-install/system/page.tsx | 14 ++------------
1 file changed, 2 insertions(+), 12 deletions(-)
diff --git a/web/app/docs/post-install/system/page.tsx b/web/app/docs/post-install/system/page.tsx
index 1b5c289..0db7157 100644
--- a/web/app/docs/post-install/system/page.tsx
+++ b/web/app/docs/post-install/system/page.tsx
@@ -1,7 +1,6 @@
import type { Metadata } from "next"
import { Server } from 'lucide-react'
import CopyableCode from "@/components/CopyableCode"
-import { Steps } from "@/components/ui/steps"
export const metadata: Metadata = {
title: "ProxMenux Post-Install: System Settings",
@@ -45,15 +44,7 @@ export default function SystemSettingsPage() {
Available Optimizations
-
-
-
-
-
-
-
-
-
+
Enable Fast Reboots
This optimization enables kexec
, a mechanism that allows the system to boot directly into a new kernel from an existing running kernel, bypassing the BIOS/firmware and bootloader stages.
@@ -117,8 +108,7 @@ sudo systemctl restart systemd-journald`} />
Why it's important: Proper memory management is critical in virtualization environments where multiple VMs compete for resources. These optimizations can help prevent out-of-memory situations, improve memory allocation efficiency, and enhance overall system responsiveness. This is particularly beneficial for hosts running memory-intensive workloads or a high number of VMs.
To apply this setting manually, run:
-