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

Fork Sync: Update from parent repository #466

Merged
merged 1 commit into from
Oct 18, 2023

Commits on Oct 18, 2023

  1. Make min_available_memory_mb configurable (#3577)

    * Add min_available_memory_mb to cli and service configs to be passed to agent
    
    * Add min_available_memory_mb to task create and template parameters
    
    * Add logging to indicate the configured min_available_memory
    
    * Add missing parameter
    
    * Remove unnecessary import
    
    * Update webhook_events.py
    
    * test change
    
    * original version of docs.
    
    * Update webhook_events.py again
    
    * Don't start memory checking task when min_available_memory_mb is zero
    
    * cargo fmt
    
    * Remove comments
    
    * Add min_available_memory_mb to libfuzzer's _create_tasks()
    
    * Add a megabyte converted value for min available memory logs
    
    * Use float instead of int for division
    
    ---------
    
    Co-authored-by: Noah Harper <noharper@microsoft.com>
    kananb and nharper285 authored Oct 18, 2023
    Configuration menu
    Copy the full SHA
    d9ac2a7 View commit details
    Browse the repository at this point in the history