I encounter multiple performance issues over time with LT, so I want to report it.
Firstly I started using LT inside a Docker container with compose, but now I switched to an LXC container both have the same issue.
I have given the LXC 6 GB RAM (DDR5 ECC) and 2 CPU cores (AMD Ryzen 7 PRO 8700GE w/ Radeon 780M Graphics) and 2GB Swap (NVME M2 SSD Gen4 from Samsung).
The Java process itself starts with this command:
/usr/bin/java -Xms6144m -Xmx6144m -cp /home/LT/LanguageToolServer/languagetool-server.jar org.languagetool.server.HTTPServer --config langu
agetool.cfg --port 8081 --allow-origin "*" --public
Now it happens from time to time that the LT process uses 100% of memory, swap and both CPU cores and gets unresponsive, and I need to kill the LXC and start it again. It happens “random” patterns where I can’t find any root cause of the issue. Sometimes even at midnight while I’m sleeping, during the day when I use it and so on.
I’m a single-user who uses LT with English and Germany as languages.
I’m not sure which debug logs you would need, so please let me know for further details.