私はF15までFedoraを使用しましたが、その後3つのタイプ(ワークステーション、サーバー、Atom(?))で利用可能になったのを見ました。これらのバージョンは相互に排他的ですか?違いと目的は何ですか?
答え1
違いはインストールされたパッケージにあります。
Fedora WorkstationはGNOME(Graphical X Windows Environment)とOfficeスイートをインストールします。
Fedoraサーバーはグラフィカル環境をインストールせず(サーバーでは役に立たない)、DNS、メールサーバー、Webサーバーなどのインストールを提供します。
Fedora AtomicはKubernetesとコンテナを中心に設計されています。
答え2
Fedora 32以降、ワークステーションのバージョンにはデフォルトでユーザースペースのOOMキラーが有効になってインストールされます(named - >)earlyoom
。
earlyoom
必要に応じて、Fedora Serverまたは他のLinuxディストリビューションにインストールするのを防ぐことはできません。 ;-)
Fedora 32リリースノートによると
Fedora Workstationのメモリ不足状態からの高速回復
The earlyoom service is now enabled by default in Fedora Workstation.
The earlyoom service monitors system memory usage. If free memory falls below a set limit, earlyoom terminates an appropriate process to free up memory. As a result, the system does not become unresponsive for long periods of time in low-memory situations.
The following is the default earlyoom configuration:
If both RAM and swap go below 10% free, earlyoom sends the SIGTERM signal to the process with the largest oom_score.
If both RAM and swap go below 5% free, earlyoom sends the SIGKILL signal to the process with the largest oom_score.
For more information, see the earlyoom man page.
答え3
注目すべき違いの1つは、利用可能なリポジトリです。 Fedora サーバーでは RPM Fusion または EPEL を使用できません。これは利用可能なパッケージを制限します。