On this page
Get Involved
TAILPIPE_MEMORY_MAX_MB
Set a soft memory limit for the tailpipe process. Tailpipe sets GOMEMLIMIT for the tailpipe process to the specified value. The Go runtime does not guarantee that the memory usage will not exceed the limit, but rather uses it as a target to optimize garbage collection.
Set the TAILPIPE_MEMORY_MAX_MB to 0 disable the soft memory limit.
Usage
Set the memory soft limit to 2GB:
Disable the memory soft limit: