Architectural questions about languageTool library

Good morning, I 'm using languageTool as s library at my project and I have few questions about LanguageTool as a library.

  1. Is there a limit on the number of concurrent requests?
  2. If any minimum memory/CPU/disk requirements?

When you say you use LT as a library, do you mean on the Java level (instead of via HTTP)? There’s no limit then.

This depends on too many factors, you will need to find a configuration that works for your use case.

Yes, I mean the Java level, likeI add dependecy in my build.sbt file and use LT. Thank you.