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

OCPBUGS-17157: registry: implement memory targets on gRPC servers #3004

Commits on Aug 3, 2023

  1. go.mod: update operator-framework/api

       $ GOPROXY=direct go get github.com/operator-framework/api@master
       $ GOPROXY=direct go mod tidy
       $ GOPROXY=direct go mod vendor
       $ make gen-all
    
    Signed-off-by: Steve Kuznetsov <[email protected]>
    stevekuznetsov committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    44b0284 View commit details
    Browse the repository at this point in the history
  2. registry: implement memory targets on gRPC servers

    This commit implements the GoDoc on the new CatalogSource field, adding
    memory requests, limits and $GOMEMLIMIT values for sources that opt into
    a memory target.
    
    Signed-off-by: Steve Kuznetsov <[email protected]>
    stevekuznetsov committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    8897acc View commit details
    Browse the repository at this point in the history