Hello,

I wonder if somebody else tried this:

Run Graylog on a *Raspberry Pi 3*.

It seems to work, but is really, really slow. The webinterface worked and I 
could log in (after a couple of minutes)

Procedure: 
Elasticsearch and MongoDB was installed via the default Repository.
For Graylog I used the the tar ball from github. Follow the available 
documentation.


Graylog did not start unless I reduced the Xms and Xmx values in the 
graylogctl file.

Instead of
DEFAULT_JAVA_OPTS="-Djava.library.path=${GRAYLOGCTL_DIR}/../lib/sigar 
-Xms1g -Xmx1g -XX:NewRatio=1 ....
now the line is
DEFAULT_JAVA_OPTS="-Djava.library.path=${GRAYLOGCTL_DIR}/../lib/sigar 
-Xms512m -Xmx512m -XX:NewRatio=1 .....

Maybe it is quicker on a Odroid C2.

Regards,

Dietmar

-- 
You received this message because you are subscribed to the Google Groups 
"Graylog Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to graylog2+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/graylog2/047724de-8a24-48d8-bfd9-5557931778b1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to