thingsboard.github.io icon indicating copy to clipboard operation
thingsboard.github.io copied to clipboard

RPI install instructions minor inconsistency

Open yonjah opened this issue 7 years ago • 1 comments

This is a...

  • [ ] Feature Request
  • [x] Bug Report

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

yonjah avatar Dec 03 '18 02:12 yonjah

Fixed by #224

xalt7x avatar Jan 16 '24 09:01 xalt7x