Skip to content

Instantly share code, notes, and snippets.

@comerford
Last active August 29, 2015 14:18
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save comerford/dffd6e698acc6bb0f7a2 to your computer and use it in GitHub Desktop.
Save comerford/dffd6e698acc6bb0f7a2 to your computer and use it in GitHub Desktop.
Mongo Rocks Startup
./mongod --storageEngine=rocksdb
2015-04-03T19:09:38.983+0100 I STORAGE Compression: snappy
2015-04-03T19:09:38.983+0100 I STORAGE MaxWriteMBPerSec: 1024
2015-04-03T19:09:39.042+0100 I CONTROL [initandlisten] MongoDB starting : pid=16433 port=27017 dbpath=/data/db 64-bit host=fed-vm
2015-04-03T19:09:39.042+0100 I CONTROL [initandlisten]
2015-04-03T19:09:39.042+0100 I CONTROL [initandlisten] ** NOTE: This is a development version (3.1.1-pre-) of MongoDB.
2015-04-03T19:09:39.042+0100 I CONTROL [initandlisten] ** Not recommended for production.
2015-04-03T19:09:39.042+0100 I CONTROL [initandlisten]
2015-04-03T19:09:39.043+0100 I CONTROL [initandlisten]
2015-04-03T19:09:39.043+0100 I CONTROL [initandlisten] ** WARNING: /sys/kernel/mm/transparent_hugepage/defrag is 'always'.
2015-04-03T19:09:39.043+0100 I CONTROL [initandlisten] ** We suggest setting it to 'never'
2015-04-03T19:09:39.043+0100 I CONTROL [initandlisten]
2015-04-03T19:09:39.043+0100 I CONTROL [initandlisten] db version v3.1.1-pre-
2015-04-03T19:09:39.043+0100 I CONTROL [initandlisten] git version: b74866fd077c878a37045c50de75467cf93310da
2015-04-03T19:09:39.043+0100 I CONTROL [initandlisten] build info: Linux fed-vm 3.19.3-200.fc21.x86_64 #1 SMP Thu Mar 26 21:39:42 UTC 2015 x86_64 BOOST_LIB_VERSION=1_56
2015-04-03T19:09:39.043+0100 I CONTROL [initandlisten] allocator: tcmalloc
2015-04-03T19:09:39.043+0100 I CONTROL [initandlisten] options: { storage: { engine: "rocksdb" } }
2015-04-03T19:09:39.043+0100 I NETWORK [initandlisten] waiting for connections on port 27017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment