Skip to content

Commit 818fe5f

Browse files
authored
Update mongo_start.md
minor editorial amends
1 parent 0b05734 commit 818fe5f

File tree

1 file changed

+3
-3
lines changed
  • content/learning-paths/servers-and-cloud-computing/glibc-with-lse

1 file changed

+3
-3
lines changed

content/learning-paths/servers-and-cloud-computing/glibc-with-lse/mongo_start.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,16 +46,16 @@ logappend=true
4646
bind_ip=0.0.0.0
4747
port=27017
4848
```
49-
You can now run MongoDB as shown:
49+
You can now run MongoDB as shown below:
5050

5151
```console
5252
cp /usr/lib/aarch64-linux-gnu/libcrypt.so ~/glibc-2.32_build_install/build/crypt/
5353
~/glibc-2.32_build_install/build/testrun.sh ~/mongo/build/install/bin/mongod -f ~/mongodb-5.3.2/mongodb.conf --wiredTigerCacheSizeGB=20
5454
```
5555

56-
Confirm that the workload mongodb runs is with the newly built glibc with LSE:
56+
Confirm that the workload mongodb runs with the newly built glibc with LSE:
5757

58-
First, get the pid with the following command.
58+
First, get the pid with the following command:
5959
```console
6060
ps -ef | grep mongo
6161
```

0 commit comments

Comments
 (0)