GithubHelp home page GithubHelp logo

Comments (3)

johnthepro avatar johnthepro commented on August 22, 2024

In my testing so far, I've noticed that even if the unifi.xms and .xmx values are set in system.properties, they seem to be ignored by the application. ps aux inside the container doesn't show the java process having been launched with any extra parameters, although i'm not sure that it is supposed to if configured via system.properties.

As you mentioned, an environment variable in the 'run' command could allow the user to pass through the desired values at image launch. I'm going to do some more testing with the environment variables idea and see if they pass-through and are respected as such.

from docker-unifi-controller.

bagobones avatar bagobones commented on August 22, 2024

You may be right, I do know that by removing the forced Xmx1024M I was able to run for a longer period of time but ultimately it did lockup again because of excessive memory use.

I was just linking to that solution as it is supposed to be the official fix.. Having the variables exposed however would make the container very flexible.. I have tried constraining the memory via docker but JAVA just consumes the memory anyway. Apparently this is a known issue with running JAVA 8 in a docker. Here is a more complete breakdown of the known problem with a few fixes when using JAVA in docker https://developers.redhat.com/blog/2017/03/14/java-inside-docker/

from docker-unifi-controller.

teknofile avatar teknofile commented on August 22, 2024

I agree, this could be an issue for RPi users. I did some real quick testing and I think it would be easy enough to set an ENV in the Dockerfile to the amount of memory to allocate and update root/etc/services.d/unifi/run to start ace.jar with that. If you want I can submit a PR, @j0nnymoe

from docker-unifi-controller.

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.