Created
May 31, 2018 04:28
-
-
Save hanxue/a81cd5fac78bb8feb049ae9dce828a28 to your computer and use it in GitHub Desktop.
Compiling mongodb 3.4 using Linuxbrew on DigitalOcean
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
time HOMEBREW_TEMP=/mnt/vol1/tmp CXXFLAGS="--param ggc-min-expand=1 --param ggc-min-heapsize=2048" brew install [email protected] --verbose |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Install file: "src/mongo-tools/mongotop" as "/home/linuxbrew/.linuxbrew/Cellar/[email protected]/3.4.14/bin/mongotop" | |
chmod 755 /home/linuxbrew/.linuxbrew/Cellar/[email protected]/3.4.14/bin/mongotop | |
scons: done building targets. | |
==> Cleaning | |
==> Finishing up | |
==> Caveats | |
This formula is keg-only, which means it was not symlinked into /home/linuxbrew/.linuxbrew, | |
because this is an alternate version of another formula. | |
If you need to have this software first in your PATH run: | |
echo 'export PATH="/home/linuxbrew/.linuxbrew/opt/[email protected]/bin:$PATH"' >> ~/.bash_profile | |
==> Summary | |
/home/linuxbrew/.linuxbrew/Cellar/[email protected]/3.4.14: 17 files, 2.0GB, built | |
in 99 minutes 37 seconds | |
real 99m39.474s | |
user 90m54.752s | |
sys 5m29.836s | |
hanxue@DO-SG-1:/mnt/vo |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment