- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
Content translations are temporarily unavailable due to site maintenance. We apologize for any inconvenience. Visit our blog to learn more.
11-12-2019 08:12 AM
Hello, I just installed minemeld on Ubuntu 18.04 (with a few tweaks from here) and the setup was working. But now I have a VM that consumes 2 full CPUs since about 30 minutes. When I try to login to the admin web interface I get after a few seconds the message "error checking credentials - timeout" in the right top corner and nothing happens.
Is this normal? I don´t think so but as I am new to minemeld everything is possible...
Brgds Andreas
11-12-2019 02:22 PM
No this isn't expected behavior at all and it shouldn't be pegging the CPU even only really old hardware. If you log into the server run 'top' and see what is actually consuming the CPU.
11-13-2019 03:59 AM
Hello,
no - this is no old hardware...
Those are the two processes that are constantly on top:
minemeld 99.7 2.5 /opt/minemeld/engine/current/bin/python2.7 /opt/minemeld/engine/current/bin/gunicorn -w 1 -b 127.0.0.1:5000 --worker-connections 500 --access-logfile - --error-logfile+
minemeld 59.1 0.6 /opt/minemeld/engine/current/bin/python2.7 /opt/minemeld/engine/current/bin/supervisord -c /opt/minemeld/supervisor/config/supervisord.conf --pidfile /var/run/minemeld+
This is USER, %CPU, %MEM, COMMAND
Brgds Andreas
01-09-2020 10:09 AM
Not even one reply? 😞
Is there a ova file available to get a working installation?
Brgds Andreas
01-09-2020 11:15 AM
I never saw the update that you had posted, sorry about that. Neither supervisord or gunicorn should be overloading your CPU unless something is failing; I would look at your supervisord.log and search for any WARN or CRIT that may be generating. Just FYI, 18.04 isn't actually supported, 16.04 is. You can make it work, but it isn't actively tested.
Installation of MineMeld has largely switched to the docker image, and that's the most direct and easiest run of running it yourself. There used to be an OVA that was published, but that was based on 14.04.
01-10-2020 12:01 AM
I will do a setup again with 16.04 to see if this works, but it would be great if you could do your testing with newer version faster and also support versions normally used by companies (RHEL).
Brgds Andreas
01-10-2020 01:31 AM
I did the setup now with docker and you were right - it is very easy and works instantly!
One last question - would this also run on Windows Server 2019 with docker?
Brgds Andreas
01-10-2020 06:36 AM
Yes. The benefit of docker containers is that it doesn't matter what platform you are running them on.
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!