import type { Metadata } from "next" import { Zap } from "lucide-react" export const metadata: Metadata = { title: "ProxMenux Post-Install: Performance Settings", description: "Detailed guide to Performance Settings in the ProxMenux post-install script for optimizing Proxmox VE system performance.", openGraph: { title: "ProxMenux Post-Install: Performance Settings", description: "Detailed guide to Performance Settings in the ProxMenux post-install script for optimizing Proxmox VE system performance.", type: "article", url: "https://macrimi.github.io/ProxMenux/docs/post-install/performance", images: [ { url: "https://macrimi.github.io/ProxMenux/performance-settings-image.png", width: 1200, height: 630, alt: "ProxMenux Post-Install Performance Settings", }, ], }, twitter: { card: "summary_large_image", title: "ProxMenux Post-Install: Performance Settings", description: "Detailed guide to Performance Settings in the ProxMenux post-install script for optimizing Proxmox VE system performance.", images: ["https://macrimi.github.io/ProxMenux/performance-settings-image.png"], }, } export default function PerformanceSettingsPage() { return (

Performance Settings

The Performance Settings category in the customizable_post_install.sh script is dedicated to optimizing the overall performance of your Proxmox VE system.

Available Optimizations

Usage

During the execution of customizable_post_install.sh, you'll have the option to apply various Performance Settings. Choose the optimizations that best match your hardware configuration and workload requirements.

) }