Skip to content

Commit

Permalink
#fix: memory consumption of wasm parts
Browse files Browse the repository at this point in the history
  • Loading branch information
akvlad committed Nov 7, 2023
1 parent ca994f6 commit 991ae1f
Show file tree
Hide file tree
Showing 3 changed files with 5,105 additions and 1,154 deletions.
1 change: 0 additions & 1 deletion wasm_parts/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ func getEng() *promql.Engine {
if eng == nil || engC >= 5 {
eng = promql.NewEngine(promql.EngineOpts{
Logger: TestLogger{},
Reg: nil,
MaxSamples: 100000,
Timeout: time.Second * 30,
ActiveQueryTracker: nil,
Expand Down
Binary file modified wasm_parts/main.wasm.gz
Binary file not shown.
Loading

0 comments on commit 991ae1f

Please sign in to comment.