Slightly lower memory check for 4G for servers to avoid warnings on servers with close to 4G
This commit is contained in:
parent
51dbe652ff
commit
f305a9b3cb
@ -1085,7 +1085,7 @@ check_state() {
|
|||||||
echo
|
echo
|
||||||
fi
|
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 "# Warning: You are running BigBlueButton on a server with less than 4G of memory. Your"
|
||||||
echo "# performance may suffer."
|
echo "# performance may suffer."
|
||||||
echo
|
echo
|
||||||
|
@ -87,7 +87,7 @@
|
|||||||
|
|
||||||
<div class="bbb-features-content">
|
<div class="bbb-features-content">
|
||||||
<h3>Whiteboard</h3>
|
<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>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@ -117,7 +117,7 @@
|
|||||||
|
|
||||||
<div class="bbb-features-content">
|
<div class="bbb-features-content">
|
||||||
<h3>Presentation</h3>
|
<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>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user