lexical-lsp / lexical

Lexical is a next-generation elixir language server
782 stars 77 forks source link

Bumped garbage collection for some of our more intensive processes #600

Closed scohen closed 4 months ago

scohen commented 4 months ago

These processes weren't getting GC'd very often, because they're not that busy. Tuning the GC interval makes them take up less memory without having to manually trigger GC on a schedule.

Fixes #599