Open life-learner1 opened 1 year ago
related to this issue: https://github.com/tetratelabs/proxy-wasm-go-sdk/issues/340
Can you try to reproduce this on wasmtime or another wasm interpreter without all the envoy SDK extras, just using the regexp package?
Describe the bug / error
The memory keeps on growing , until OOM. We find many 401 before pods restart .after deleting the wasmplugin, it recovers
I tried build wasm with following commands, but they didn't work. it seems like a GC issue, after I remove the code about 'regexp.ReplaceAllString' , it works fine, no OOM
What is your Envoy/Istio version?
docker.io/istio/proxyv2:1.13.5
What is the SDK version?
b2ee162e7b5bb26ed20dadfcbc98170527273ffb
What is your TinyGo version?
tinygo:0.26.0
URL or snippet of your code including Envoy configuration
Additional context (Optional)