You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Update ThingsBoard memory usage and restrict it to 150MB in /etc/thingsboard/conf/thingsboard.confexport 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)
This is a...
Problem:
https://github.com/thingsboard/thingsboard.github.io/blob/master/docs/user-guide/install/rpi.md#thingsboard-service-installation
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
The text was updated successfully, but these errors were encountered: