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

Add emerge --jobs-tmpdir-space-threshold option #1345

Closed

Commits on Jun 19, 2024

  1. Add emerge --jobs-tmpdir-space-threshold option

    --jobs-tmpdir-space-threshold[=RATIO]
    
      Specifies the maximum ratio of used space allowed (a
      floating-point number) in PORTAGE_TMPDIR when starting a
      new job. With no argument, removes a previous space
      ratio threshold. For example, use a ratio of 0.85 to stop
      starting new jobs when the space usage in PORTAGE_TMPDIR
      exceeds 85%. This option conflicts with FEATURES="keep-work".
    
    Bug: https://bugs.gentoo.org/934382
    Signed-off-by: Zac Medico <[email protected]>
    zmedico committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    88a1d9f View commit details
    Browse the repository at this point in the history