Giter Site home page Giter Site logo

Comments (3)

Erikvl87 avatar Erikvl87 commented on August 23, 2024 1

Could you give me some more details on how to reproduce? I've just ran a Debian 64bit VM but couldn't reproduce your findings.

  • Could your issue be memory related (out of memory causing the crash)?
    • Why did you add the Docker options --memory 1024m and --memory-swap 1300m? This means that the container can use 1024m of memory and 276m swap, while you configured the maximum heap size of the LanguageTool java process to exceed that (by configuring Java_Xmx=1400m)?
    • Why did you add -e EXTRAOPTIONS="-Xmx582M"? You should only be use the Java_Xmx option instead.
    • Do you encounter the same crashes when you leave out all memory related settings?
    • Do you encounter the same crashes when you only increase the --memory and --memory-swap significantly?
  • What is the request that you execute?
    • Which configuration parameters are included in that request?
  • Does it matter which text is being checked?
  • How often do you encounter this error?
  • Do you use ngrams?
    • Which datasets are included?

from docker-languagetool.

Erikvl87 avatar Erikvl87 commented on August 23, 2024 1

That's great! I'll close this issue.

Please leave a comment in here if you re encounter the same crash so we can reopen this issue.

from docker-languagetool.

gerroon avatar gerroon commented on August 23, 2024

Hi

Thanks for pointing out the issues with my config. I guess I did not know what I was doing given my understanding of Java is just zero.

I fixed my conf based on your points and so far it is going well.

from docker-languagetool.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.