Skip to content

bazel: Fix memory heap allocation#196

Open
phlax wants to merge 1 commit into
proxy-wasm:mainfrom
phlax:memory-heap
Open

bazel: Fix memory heap allocation#196
phlax wants to merge 1 commit into
proxy-wasm:mainfrom
phlax:memory-heap

Conversation

@phlax

@phlax phlax commented Jan 21, 2026

Copy link
Copy Markdown

current settings which were ~recently added break Envoy.

not sure on best resolution (make configurable, increase, etc)

but unless this is resolved here downstreams will have to carry patches for this

Fix #195

current settings which were ~recently added break Envoy.

not sure on best resolution (make configurable, increase, etc)

but unless this is resolved here downstreams will have to carry
patches for this

Signed-off-by: Ryan Northey <ryan@synca.io>
@phlax

phlax commented Jan 21, 2026

Copy link
Copy Markdown
Author

cc @leonm1

@phlax

phlax commented Jan 21, 2026

Copy link
Copy Markdown
Author

did not touch the Makefile which has similar settings

@martijneken

martijneken commented Jan 22, 2026

Copy link
Copy Markdown
Contributor

Solution suggested here: #195 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

INITIAL_HEAP=64KB and ALLOW_MEMORY_GROWTH=1 break Envoy build

2 participants