pub fn recommended_for_ram(
category: Option<InstallCategory>,
ram_gb: u64,
providers: Option<&HashSet<InstallProviderId>>,
) -> Vec<InstallCatalogEntry>Expand description
Recommend for a machine with ram_gb gigabytes (at least 1).
pub fn recommended_for_ram(
category: Option<InstallCategory>,
ram_gb: u64,
providers: Option<&HashSet<InstallProviderId>>,
) -> Vec<InstallCatalogEntry>Recommend for a machine with ram_gb gigabytes (at least 1).