澄潭
澄潭
@deadprogram I have tested nottinygc on 0.30.0, and there is no memory leak problem, but we are currently mainly using 0.28.1.
欢迎填写 [企业案例征集](https://survey.aliyun.com/apps/zhiliao/SmDQwdihe),获取更多开源落地支持
> @johnlanni Hi, i'd like to resolve this issue, can you assign it to me? @iutx has claimed this issue, I will concat him about this.
@liweijian 嗯,这个例子包含了从wasm编译,镜像构建的流程,如果想直接测试可以用这个文档里的yaml: https://github.com/alibaba/higress/tree/main/plugins 后面我增加下quickstart
@liweijian 可能是这个 foo 和 bar 的pod镜像没拉下来,你 kubectl get po 看看,后面我搞个国内仓库的镜像
@haifzhu Please add an e2e test like this PR:https://github.com/alibaba/higress/pull/759/files#diff-e1bcf2918c10b3b1792f4d5bf4f8d46c92929572af2060964f566af2e45bc5da
cc @rinfx
https://github.com/istio/istio/blob/b53eff4eb810b5739143e848c25aa0927cfadb5f/pkg/wasm/cache.go#L436 @zirain Why not check the module used here?
> istio/pkg/wasm/cache.go https://github.com/istio/istio/blob/b53eff4eb810b5739143e848c25aa0927cfadb5f/pkg/wasm/cache.go#L60 I'm just confused that this usingModules field is not used when purging the cache, how does it keep the cache in use?
> @johnlanni we need figure out one way to get all using modules, before [envoyproxy/envoy#20086](https://github.com/envoyproxy/envoy/issues/20086) fixed, seems the only is get from pilot debug endpoint `/debug/config_dump?type=ecdsz&proxyID=` or maybe we can...