awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 dépôts

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

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • microsoft/garnetAvatar de microsoft

    microsoft/garnet

    11,885Voir sur GitHub↗

    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
    Voir sur GitHub↗11,885
  • ddollar/foremanAvatar de ddollar

    ddollar/foreman

    6,153Voir sur GitHub↗

    Manage Procfile-based applications

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

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

Explorer les sous-tags

  • 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.