Skip to content

Commit 792e265

Browse files
authored
feat(native): Jinja - upgrade engine (fixes macros memory leak & stack overflow) (#7313)
Link - https://github.com/mitsuhiko/minijinja/blob/main/CHANGELOG.md It contains important fixes: - Fixed a memory leak involving macros. Previously using macros was leaking memory due to an undetected cycle. - Added a new stacker feature which allows raising of the recursion limits. It enables monitoring of the call stack via stacker and automatically acquires additional memory when the call stack runs out of space.
1 parent 148fb96 commit 792e265

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/cubejs-backend-native/Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)