thingsboard / thingsboard.github.io

Documentation repository
Apache License 2.0
126 stars 307 forks source link

RPI install instructions minor inconsistency #156

Open yonjah opened 5 years ago

yonjah commented 5 years ago

This is a...

Problem: https://github.com/thingsboard/thingsboard.github.io/blob/master/docs/user-guide/install/rpi.md#thingsboard-service-installation

# Update ThingsBoard memory usage and restrict it to 150MB in /etc/thingsboard/conf/thingsboard.conf
export JAVA_OPTS="$JAVA_OPTS -Dplatform=rpi -Xms256M -Xmx256M"

Comment asks to allocate 150MB of memory but command allocates 256MB

Proposed Solution: Make sure comment and command are indicating the correct memory value (If I understand the git log it is probably 256MB)

Page to Update: https://github.com/thingsboard/thingsboard.github.io/blob/master/docs/user-guide/install/rpi.md

xalt7x commented 10 months ago

Fixed by #224