File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
content/learning-paths/servers-and-cloud-computing/glibc-with-lse Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -46,16 +46,16 @@ logappend=true
4646bind_ip=0.0.0.0
4747port=27017
4848```
49- You can now run MongoDB as shown:
49+ You can now run MongoDB as shown below :
5050
5151``` console
5252cp /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
6060ps -ef | grep mongo
6161```
You can’t perform that action at this time.
0 commit comments