awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 Repos

Awesome GitHub RepositoriesServer Process Configuration

Management of server startup parameters including memory allocation, indexing limits, and network settings.

Distinct from Persistent Server Deployments: Candidates are for specific proxies or K8s deployments, not general server process configuration

Explore 2 awesome GitHub repositories matching devops & infrastructure · Server Process Configuration. Refine with filters or upvote what's useful.

Awesome Server Process Configuration GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • microsoft/garnetAvatar von microsoft

    microsoft/garnet

    11,885Auf GitHub ansehen↗

    Garnet is a multi-threaded in-memory database and distributed key-value store. It functions as a high-performance remote cache store that implements the RESP wire protocol to maintain compatibility with existing Redis clients and libraries. The project is distinguished by a shared-memory architecture that enables parallel request processing across multiple cores for sub-millisecond latency. It features a tiered storage system that automatically offloads colder data from system memory to SSD or cloud storage layers, and includes a specialized vector search database for high-dimensional similar

    Supports server deployment with configurable memory limits, index sizes, and network settings.

    C#cachecache-storagecluster
    Auf GitHub ansehen↗11,885
  • ddollar/foremanAvatar von ddollar

    ddollar/foreman

    6,153Auf GitHub ansehen↗

    Manage Procfile-based applications

    Generates configuration files for a production process manager so the same Procfile runs in a deployed environment.

    Ruby
    Auf GitHub ansehen↗6,153
  1. Home
  2. DevOps & Infrastructure
  3. Server Process Configuration

Unter-Tags erkunden

  • Procfile-to-Init ExportersTools that generate configuration files for a production process manager so the same process definition runs in a deployed environment. **Distinct from Server Process Configuration:** Distinct from Server Process Configuration: focuses on converting a declarative process definition into init system configs, not general server startup parameters.