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
{{ message }}
This repository was archived by the owner on Mar 22, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: _posts/2.5/2021-05-01-install.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ A 'clean' server does not have any previous web servers installed (such as apach
22
22
23
23
For production, we recommend the following minimum requirements
24
24
25
-
- Ubuntu 20.04 64-bit OS running Linux kernel 4.x
25
+
- Ubuntu 20.04 64-bit OS running Linux kernel 5.x
26
26
- Latest version of docker installed
27
27
- 16 GB of memory with swap enabled
28
28
- 8 CPU cores, with high single-thread performance
@@ -121,11 +121,11 @@ inet6 ::1/128 scope host
121
121
122
122
If you do not see the line `inet6 ::1/128 scope host` then after you install BigBlueButton you will need to modify the configuration for FreeSWITCH to [disable support for IPV6](/support/troubleshooting.html#freeswitch-fails-to-bind-to-port-8021).
123
123
124
-
Next, check that your server is running Linux kernel 4.x.
124
+
Next, check that your server is running Linux kernel 5.x.
125
125
126
126
```bash
127
127
$ uname -r
128
-
4.15.0-NNN-generic
128
+
5.4.x-xx-generic
129
129
```
130
130
131
131
Note: BigBlueButton will **not** run on a 2.6 Kernel (such as Linux 2.6.32-042stab133.2 on x86_64 on OpenVZ VPS).
0 commit comments