Dieser Inhalt ist in der von Ihnen ausgewählten Sprache nicht verfügbar.

2.7. Avoid Running Extra Applications


These are common practices for improving performance, yet they are often overlooked. Here are some 'extra applications' to look for:
  • Graphical desktop
    Do not run graphics where they are not absolutely required, especially on servers. To check if the system is configured to boot into the GUI by default, run the following command:
    ~]# systemctl get-default
    Copy to Clipboard Toggle word wrap
    If you see graphical.target, reconfigure the system to boot into the text mode:
    ~]# systemctl set-default multi-user.target
    Copy to Clipboard Toggle word wrap
  • Mail Transfer Agents (MTA, such as Sendmail or Postfix)
    Unless you are actively using Sendmail on the system you are tuning, disable it. If it is required, ensure it is well tuned or consider moving it to a dedicated machine.

    Important

    Sendmail is used to send system-generated messages, which are executed by programs such as cron. This includes reports generated by logging functions like logwatch. You will not be able to receive these messages if sendmail is disabled.
  • Remote Procedure Calls (RPCs)
  • Network File System (NFS)
  • Mouse Services
    If you are not using a graphical interface like Gnome or KDE, then you probably do not need a mouse either. Remove the hardware and uninstall gpm.
  • Automated tasks
    Check for automated cron or at jobs that could impact performance.
Remember to also check your third party applications, and any components added by external hardware vendors.
Related Manual Pages

For more information, or for further reading, the following man pages are related to the information given in this section.

  • rpc(3)
  • nfs(5)
  • gpm(8)
Nach oben
Red Hat logoGithubredditYoutubeTwitter

Lernen

Testen, kaufen und verkaufen

Communitys

Über Red Hat Dokumentation

Wir helfen Red Hat Benutzern, mit unseren Produkten und Diensten innovativ zu sein und ihre Ziele zu erreichen – mit Inhalten, denen sie vertrauen können. Entdecken Sie unsere neuesten Updates.

Mehr Inklusion in Open Source

Red Hat hat sich verpflichtet, problematische Sprache in unserem Code, unserer Dokumentation und unseren Web-Eigenschaften zu ersetzen. Weitere Einzelheiten finden Sie in Red Hat Blog.

Über Red Hat

Wir liefern gehärtete Lösungen, die es Unternehmen leichter machen, plattform- und umgebungsübergreifend zu arbeiten, vom zentralen Rechenzentrum bis zum Netzwerkrand.

Theme

© 2025 Red Hat