Skip to content

Commit

Permalink
Improve the comment
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Rodin <[email protected]>
  • Loading branch information
a-rodin committed Mar 5, 2020
1 parent e67115e commit 0fa3dcc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/transforms/lua.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ impl TransformConfig for LuaConfig {
}
}

// Lua's GC collector seem to run GC not frequently enough automatically on high numbers of
// functions invocations, which leads to leak-like RAM consuption pattern.
// Lua's garbage collector sometimes seems to be not executed automatically enough on high numbers of
// functions invocations, which leads to leak-like RAM consumption pattern.
// This constant sets the number of invocations of the Lua transform after which
// GC would be called, thus ensuring that the RAM usage is not too high.
//
Expand Down

0 comments on commit 0fa3dcc

Please sign in to comment.