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

gRPC auto threadiness #1271

Merged
merged 5 commits into from
Jul 7, 2020
Merged

gRPC auto threadiness #1271

merged 5 commits into from
Jul 7, 2020

Commits on Jun 22, 2020

  1. new: hardware_concurrency helper

    Co-authored-by: Lorenzo Fontana <lo@linux.com>
    Signed-off-by: Leonardo Di Donato <leodidonato@gmail.com>
    leodido and fntlnz committed Jun 22, 2020
    Configuration menu
    Copy the full SHA
    d53f002 View commit details
    Browse the repository at this point in the history
  2. update(userspace/falco): gRPC server threadiness 0 by default (which

    means "auto")
    
    The 0 ("auto") value sets the threadiness to the number of online cores
    automatically.
    
    Co-authored-by: Lorenzo Fontana <lo@linux.com>
    Signed-off-by: Leonardo Di Donato <leodidonato@gmail.com>
    leodido and fntlnz committed Jun 22, 2020
    Configuration menu
    Copy the full SHA
    147ee7e View commit details
    Browse the repository at this point in the history
  3. chore(userspace): log the gRPC threadiness

    Co-authored-by: Lorenzo Fontana <lo@linux.com>
    Signed-off-by: Leonardo Di Donato <leodidonato@gmail.com>
    leodido and fntlnz committed Jun 22, 2020
    Configuration menu
    Copy the full SHA
    bd58139 View commit details
    Browse the repository at this point in the history
  4. update: default grpc server threadiness is 0 now ("auto")

    Co-authored-by: Lorenzo Fontana <lo@linux.com>
    Signed-off-by: Leonardo Di Donato <leodidonato@gmail.com>
    leodido and fntlnz committed Jun 22, 2020
    Configuration menu
    Copy the full SHA
    1add6b4 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2020

  1. docs: auto threadiness comment into Falco config

    Signed-off-by: Leonardo Di Donato <leodidonato@gmail.com>
    leodido committed Jun 24, 2020
    Configuration menu
    Copy the full SHA
    fb056dd View commit details
    Browse the repository at this point in the history