awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repository-uri

Awesome GitHub RepositoriesWrite Memory Limits

Controls on the total memory consumed by concurrent write operations to prevent resource exhaustion.

Distinct from Runtime Memory Limits: Distinct from Runtime Memory Limits: focuses on write-specific memory usage, not general runtime memory capping.

Explore 2 awesome GitHub repositories matching operating systems & systems programming · Write Memory Limits. Refine with filters or upvote what's useful.

Awesome Write Memory Limits GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • greptimeteam/greptimedbAvatar GreptimeTeam

    GreptimeTeam/greptimedb

    5,968Vezi pe GitHub↗

    GreptimeDB is a distributed, open-source time-series database built for unified observability. It stores and queries metrics, logs, and traces together in a single columnar engine, supporting both SQL and PromQL for analysis. The database is designed as a Kubernetes-native operator with a decoupled compute and storage architecture, enabling horizontal scaling and multi-region deployment. What distinguishes GreptimeDB is its role as a multi-protocol ingestion gateway, accepting data through OpenTelemetry, Prometheus Remote Write, InfluxDB, Loki, Elasticsearch, Kafka, and MQTT protocols without

    Controls the total memory consumed by concurrent write requests across all ingestion protocols.

    Rustanalyticscloud-nativedatabase
    Vezi pe GitHub↗5,968
  • coyove/goflywayAvatar coyove

    coyove/goflyway

    4,286Vezi pe GitHub↗

    goflyway is an encrypted traffic relay and HTTP TCP tunneling proxy. It encapsulates TCP traffic within HTTP POST or WebSocket requests to bypass restrictive firewalls and network proxies. The system provides a SOCKS5 proxy server that routes traffic via a WebSocket relay and includes a UDP over TCP tunnel to enable transport across networks that block UDP traffic. It also functions as a TCP traffic interceptor for capturing and inspecting data passing through relayed connections. Capabilities cover network tunneling and traffic proxying through various transport protocols, including HTTP PO

    Limits memory usage for data awaiting client retrieval to prevent resource exhaustion during asynchronous relays.

    Gogolangmitmproxysocks
    Vezi pe GitHub↗4,286
  1. Home
  2. Operating Systems & Systems Programming
  3. Virtual Memory Management
  4. Runtime Memory Limits
  5. Write Memory Limits

Explorează sub-etichetele

  • Client-Side Buffer LimitsCaps the memory used for data awaiting retrieval by the client to prevent resource exhaustion. **Distinct from Write Memory Limits:** Specifically targets the client-side retrieval buffer in tunnel relays, whereas Write Memory Limits is a general runtime constraint.