Replies: 1 comment 2 replies
-
|
看起来应该和插件构建时声明的内存有关系,.wasm构建时声明的内存小于实际运行时要用的内存。目前你的config里是否有开启system_deny: true或者deny_words内容比较多么?可以测试下如果把system_deny改成false或者deny_words减到很少,依然会有这个问题么 It seems that it should be related to the memory declared when the plug-in is built. The memory declared when .wasm is built is smaller than the memory actually used when running. Is system_deny: true currently enabled in your config or does the deny_words content have more content? Can you test if you change system_deny to false or reduce deny_words to very little, will you still have this problem? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
更新路由的时候查看higress-gateway-1 docker的log,发现下面这些错误信息。像是插件内存不够导致的,但是要怎么解决呢?请大家帮忙看一下。
Higress版本是v2.1.11,运行的是higress-standalone的环境。
Beta Was this translation helpful? Give feedback.
All reactions