kotlin-language-server icon indicating copy to clipboard operation
kotlin-language-server copied to clipboard

Paradoxically, seems to work better with less ram (-Xmx2G)

Open bqv opened this issue 1 year ago • 1 comments

Yet, crashes easier because of OOM. On higher heap size (8G) it thrashes for ages and never gets anywhere.

bqv avatar Nov 23 '24 21:11 bqv

I kinda made it a little bit faster moving to java 21 and used virtual threads for async

dan1els avatar Dec 01 '24 10:12 dan1els