mirror of
https://github.com/kubeshark/kubeshark.git
synced 2026-04-19 00:49:30 +00:00
* Permanently resolve the memory exhaustion in AMQP
Introduce;
- `MEMORY_PROFILING_DUMP_PATH`
- `MEMORY_PROFILING_TIME_INTERVAL`
environment variables and make `startMemoryProfiler` method more parameterized.
* Fix a leak in HTTP
* Revert "Fix a leak in HTTP"
This reverts commit 9d46820ff3.
* Set maximum AMQP message size to 16MB
* Set `GOGC` to 12800
* Remove some commented out lines and an unnecessary `else if`
32 lines
425 B
Plaintext
32 lines
425 B
Plaintext
# Binaries for programs and plugins
|
|
*.exe
|
|
*.exe~
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
|
|
# Test binary, built with `go test -c`
|
|
*.test
|
|
|
|
# Output of the go coverage tool, specifically when used with LiteIDE
|
|
*.out
|
|
|
|
# Dependency directories (remove the comment below to include it)
|
|
# vendor/
|
|
.idea/
|
|
build
|
|
*.db
|
|
|
|
# Mac OS
|
|
.DS_Store
|
|
.vscode/
|
|
|
|
# Ignore the scripts that are created for development
|
|
*dev.*
|
|
|
|
# Environment variables
|
|
.env
|
|
|
|
# pprof
|
|
pprof/*
|