Skip to content
This repository was archived by the owner on Mar 22, 2023. It is now read-only.

Commit 33af3e5

Browse files
authored
correct kernel version
1 parent 4b8d89e commit 33af3e5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_posts/2.5/2021-05-01-install.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ A 'clean' server does not have any previous web servers installed (such as apach
2222

2323
For production, we recommend the following minimum requirements
2424

25-
- Ubuntu 20.04 64-bit OS running Linux kernel 4.x
25+
- Ubuntu 20.04 64-bit OS running Linux kernel 5.x
2626
- Latest version of docker installed
2727
- 16 GB of memory with swap enabled
2828
- 8 CPU cores, with high single-thread performance
@@ -121,11 +121,11 @@ inet6 ::1/128 scope host
121121

122122
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).
123123

124-
Next, check that your server is running Linux kernel 4.x.
124+
Next, check that your server is running Linux kernel 5.x.
125125

126126
```bash
127127
$ uname -r
128-
4.15.0-NNN-generic
128+
5.4.x-xx-generic
129129
```
130130

131131
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

Comments
 (0)