Zram stopped creating at startup after I edited the zram-generator.conf

This page summarizes the projects mentioned and recommended in the original post on /r/Fedora

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • zram-generator

    Systemd unit generator for zram devices

  • s file is part of the zram-generator project # https://github.com/systemd/zram-generator [zram0] # This section describes the settings for /dev/zram0. # # The maximum amount of memory (in MiB). If the machine has more RAM # than this, zram device will not be created. # # "host-memory-limit = none" may be used to disable this limit. This # is also the default. host-memory-limit = none # The size of the zram device, as a function of MemTotal, both in MB. # For example, if the machine has 1 GiB, and zram-size=ram/4, # then the zram device will have 256 MiB. # Fractions in the range 0.1–0.5 are recommended. # # The default is "min(ram / 2, 4096)". zram-size = min(ram / 2, 4096) # The compression algorithm to use for the zram device, # or leave unspecified to keep the kernel default. compression-algorithm = zstd # By default, file systems and swap areas are trimmed on-the-go # by setting "discard". # Setting this to the empty string clears the option. # options = # Write incompressible pages to this device, # as there's no gain from keeping them in RAM # writeback-device = /dev/zvol/tarta-zoot/swap-writeback # The following options are deprecated, and override zram-size. # These values would be equivalent to the zram-size setting above. #zram-fraction = 0.10 #max-zram-size = 2048

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts