Page 2 of 2

Re: Login not working and Server extremely slow

Posted: Fri Mar 06, 2020 5:13 am
by domsch1988
Took some days to make this all work.

After the restore i'm able to sign in again. So that's great.
I still have the situation, that Java is taking half my memory and i'm not sure if this Problem will come back once logs accumulate again, but we'll see.

So far thank you so much for your patience and the help provided. It's much appreciated!

Re: Login not working and Server extremely slow

Posted: Fri Mar 06, 2020 4:19 pm
by cdienger
Glad to hear you got it working!

And the memory 'issue' you see isn't really a problem. The elasticsearch process will take half of the system's total memory. It's expected and set in /etc/sysconfig/elaticsearch with this line:

Code: Select all

ES_HEAP_SIZE=$(expr $(free -m|awk '/^Mem:/{print $2}') / 2 )m