diff --git a/web/app/docs/post-install/basic-settings/page.tsx b/web/app/docs/post-install/basic-settings/page.tsx index d6728fe..cc5ce54 100644 --- a/web/app/docs/post-install/basic-settings/page.tsx +++ b/web/app/docs/post-install/basic-settings/page.tsx @@ -52,7 +52,7 @@ export default function BasicSettingsPage() {

Available Optimizations

-

+

Install Common System Utilities

@@ -155,7 +155,7 @@ export default function BasicSettingsPage() { libguestfs-tools: A set of tools for accessing and modifying virtual machine disk images -

This adjustment automates the following command:

+

This adjustment automates the following command:

-

+

Skip Downloading Additional Languages

@@ -183,7 +183,7 @@ sudo apt-get install -y libguestfs-tools improve the speed of package management operations. This is particularly useful in server environments where multiple language support is often not required.

-

This adjustment automates the following command:

+

This adjustment automates the following command:

-

+

Synchronize Time Automatically

@@ -204,7 +204,7 @@ echo 'Acquire::Languages "none";' | sudo tee /etc/apt/apt.conf.d/99-disable-tran consistency, and proper functioning of time-sensitive applications. Automatic synchronization ensures your Proxmox VE system maintains the correct time without manual intervention.

-

This adjustment automates the following command:

+

This adjustment automates the following command:

-

+

Update and Upgrade System

@@ -229,7 +229,7 @@ sudo timedatectl set-timezone "$TIMEZONE" performance. This optimization ensures you have the latest patches and features, while also configuring the correct repositories for Proxmox VE, enabling access to necessary updates and tools.

-

This adjustment automates the following command:

+

This adjustment automates the following command:

+ {number} + + ) +} + export default function SystemSettingsPage() { return (
@@ -38,89 +46,134 @@ export default function SystemSettingsPage() {

System Settings

- The System Settings category focuses on core system configurations - and optimizations for your Proxmox VE installation. These settings are crucial for improving system performance, - stability, and resource management, ensuring your virtualization environment operates at peak efficiency. + The System Settings category focuses on core system configurations and optimizations for your + Proxmox VE installation. These settings are crucial for improving system performance, stability, and resource + management, ensuring your virtualization environment operates at peak efficiency.

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. -

-

- Why it's important: Fast reboots significantly reduce system downtime during maintenance or updates. In a virtualization environment where multiple VMs might be running, minimizing host downtime is crucial for maintaining high availability and reducing disruption to services. -

-

To apply this setting manually, run:

- > ~/.bash_profile`} /> -
-
-

Configure Kernel Panic Behavior

-

- This setting configures the system to automatically reboot after a kernel panic occurs, rather than hanging indefinitely. -

-

- Why it's important: Automatic reboots after kernel panics help maintain system availability. Instead of requiring manual intervention, which could lead to extended downtime, the system attempts to recover on its own. This is particularly crucial in remote or lights-out data center environments where immediate physical access might not be possible. -

-

To apply this setting manually, run:

- + + 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. +

+

+ Why it's beneficial: Fast reboots significantly reduce system downtime during maintenance or + updates. In a virtualization environment where multiple VMs might be running, minimizing host downtime is + crucial for maintaining high availability and reducing disruption to services. +

+

This adjustment automates the following commands:

+ > ~/.bash_profile + `} + /> + +

+ + Configure Kernel Panic Behavior +

+

+ This setting configures the system to automatically reboot after a kernel panic occurs, rather than hanging + indefinitely. +

+

+ Why it's beneficial: Automatic reboots after kernel panics help maintain system availability. + Instead of requiring manual intervention, which could lead to extended downtime, the system attempts to recover + on its own. This is particularly crucial in remote or lights-out data center environments where immediate + physical access might not be possible. +

+

This adjustment automates the following commands:

+ -
- -
-

Increase System Limits

-

- This optimization increases various system limits, including the maximum number of file watches and open file descriptors. -

-

- Why it's important: Higher system limits allow for better resource utilization, especially in high-density virtualization environments. Increased file watch limits improve performance for applications that monitor many files (like backup systems or development environments). Higher open file limits allow more concurrent connections and file operations, which is crucial for busy servers hosting multiple VMs or containers. -

-

To apply this setting manually, run:

- + +

+ + Increase System Limits +

+

+ This optimization increases various system limits, including the maximum number of file watches and open file + descriptors. +

+

+ Why it's beneficial: Higher system limits allow for better resource utilization, especially in + high-density virtualization environments. Increased file watch limits improve performance for applications that + monitor many files (like backup systems or development environments). Higher open file limits allow more + concurrent connections and file operations, which is crucial for busy servers hosting multiple VMs or + containers. +

+

This adjustment automates the following commands:

+ -
- -
-

Optimize Journald

-

- This setting configures systemd's journald logging service to limit its disk usage and optimize performance. -

-

- Why it's important: Proper log management is crucial for system health and troubleshooting. By limiting the maximum size of the journal, you prevent logs from consuming excessive disk space, which could potentially fill up the system partition. This is especially important in virtualization environments where disk space is often at a premium. Additionally, optimized logging reduces I/O operations, potentially improving overall system performance. -

-

To apply this setting manually, run:

- -
- -
-

Optimize Memory Management

-

- This optimization adjusts various memory-related kernel parameters to improve system performance and stability. -

-

- 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:

- + +

+ + Optimize Journald +

+

+ This setting configures systemd's journald logging service to limit its disk usage and optimize performance. +

+

+ Why it's beneficial: Proper log management is crucial for system health and troubleshooting. By + limiting the maximum size of the journal, you prevent logs from consuming excessive disk space, which could + potentially fill up the system partition. This is especially important in virtualization environments where disk + space is often at a premium. Additionally, optimized logging reduces I/O operations, potentially improving + overall system performance. +

+

This adjustment automates the following commands:

+ + +

+ + Optimize Memory Management +

+

+ This optimization adjusts various memory-related kernel parameters to improve system performance and stability. +

+

+ Why it's beneficial: 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. +

+

This adjustment automates the following commands:

+ -
- +sudo sysctl -p /etc/sysctl.d/99-memory.conf + `} + /> +

Automatic Application

- All of these optimizations are automatically applied when selected in the System section. This automation ensures that these beneficial settings are applied - consistently and correctly, saving time and reducing the potential for human error during manual - configuration. + All of these optimizations are automatically applied when selected in the System section. This automation + ensures that these beneficial settings are applied consistently and correctly, saving time and reducing the + potential for human error during manual configuration.

- ); -} \ No newline at end of file + ) +} +