2 repository-uri
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.
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.
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.