Slightly lower memory check for 4G for servers to avoid warnings on servers with close to 4G

This commit is contained in:
Fred Dixon 2014-09-14 14:09:15 -04:00
parent 51dbe652ff
commit f305a9b3cb
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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>