Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update gitea.service #21399

Merged
merged 3 commits into from
Oct 11, 2022
Merged

Update gitea.service #21399

merged 3 commits into from
Oct 11, 2022

Commits on Oct 10, 2022

  1. Update gitea.service

    `LimitMEMLOCK=infinity` is already the default, so removed that
    
    Default soft limit for LimitNOFILE is 1024
    Default hard limit for LimitNOFILE is 524288
    
    `LimitNOFILE=65535` increases the soft limit, but decreases the hard limit
    
    References:
    * https://www.freedesktop.org/software/systemd/man/systemd.exec.html
    * https://blog.skbali.com/2019/09/set-ulimits-for-a-script-started-using-systemd/
    plsnp committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    70f6c01 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2022

  1. Configuration menu
    Copy the full SHA
    d921e56 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f2e8211 View commit details
    Browse the repository at this point in the history