저는 F15까지 Fedora를 사용했는데, 그 후 세 가지 종류(워크스테이션, 서버, Atom(?))로 제공되는 것을 보았습니다. 이러한 버전은 상호 배타적입니까? 차이점과 목적은 무엇입니까?
답변1
차이점은 설치된 패키지에 있습니다.
Fedora Workstation은 GNOME(Graphical X Windows Environment) 및 Office 제품군을 설치합니다.
페도라 서버는 그래픽 환경을 설치하지 않고(서버에서는 쓸모가 없음) DNS, 메일서버, 웹서버 등 설치를 제공한다.
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
주목할만한 차이점 중 하나는 사용 가능한 리포지토리입니다. Fedora 서버에서는 RPM Fusion 또는 EPEL을 사용할 수 없습니다. 이는 사용 가능한 패키지를 제한합니다.