diff --git a/bigbluebutton-config/bin/bbb-conf b/bigbluebutton-config/bin/bbb-conf index 9379ca212128dca82bd7b506d0e65ff29062fd4e..d2f9c8c88a0e497c3b960dbd91b341d5eed6bb7b 100755 --- a/bigbluebutton-config/bin/bbb-conf +++ b/bigbluebutton-config/bin/bbb-conf @@ -1085,7 +1085,7 @@ check_state() { echo fi - if (( $MEM < 3975 )); then + if (( $MEM < 3940 )); then echo "# Warning: You are running BigBlueButton on a server with less than 4G of memory. Your" echo "# performance may suffer." echo diff --git a/bigbluebutton-config/web/index.html b/bigbluebutton-config/web/index.html index 8dfac3e016d537c99b8f1d519f4d331a2472e864..4d923a18c8020dcca09068b808ad57fb6576fcdc 100644 --- a/bigbluebutton-config/web/index.html +++ b/bigbluebutton-config/web/index.html @@ -87,7 +87,7 @@ <div class="bbb-features-content"> <h3>Whiteboard</h3> - <p>The whiteboard controls let you annotate and call out key parts of your presentation.</p> + <p>The whiteboard controls let you annotate key parts of your presentation.</p> </div> </div> @@ -117,7 +117,7 @@ <div class="bbb-features-content"> <h3>Presentation</h3> - <p>You can upload any PDF presentation or MS office document. BigBlueButton keeps everyone in sync with your current slide, zoom, pan, and mouse pointer.</p> + <p>You can upload any PDF presentation or MS office document. BigBlueButton keeps everyone in sync with your current slide, zoom, pan, annotations, and mouse pointer.</p> </div> </div>