jialiguo 发表于 2018-10-25 12:39:13

Mac下MongoDB的安装

  2016-08-02T19:16:06.621+0800 I CONTROL MongoDB starting : pid=38338 port=27017 dbpath=/data/db 64-bit host=C02Q6N1GFVH5-3.local
  2016-08-02T19:16:06.622+0800 I CONTROL db version v3.2.8
  2016-08-02T19:16:06.622+0800 I CONTROL git version: ed70e33130c977bda0024c125b56d159573dbaf0
  2016-08-02T19:16:06.622+0800 I CONTROL OpenSSL version: OpenSSL 1.0.2h3 May 2016
  2016-08-02T19:16:06.622+0800 I CONTROL allocator: system
  2016-08-02T19:16:06.622+0800 I CONTROL modules: none
  2016-08-02T19:16:06.622+0800 I CONTROL build environment:
  2016-08-02T19:16:06.622+0800 I CONTROL   distarch: x86_64
  2016-08-02T19:16:06.622+0800 I CONTROL   target_arch: x86_64
  2016-08-02T19:16:06.622+0800 I CONTROL options: {}
  2016-08-02T19:16:06.622+0800 I STORAGE wiredtiger_open config: create,cache_size=4G,session_max=20000,eviction=(threads_max=4),config_base=false,statistics=(fast),log=(enabled=true,archive=true,path=journal,compressor=snappy),file_manager=(close_idle_time=100000),checkpoint=(wait=60,log_size=2GB),statistics_log=(wait=0),
  2016-08-02T19:16:07.239+0800 I CONTROL
  2016-08-02T19:16:07.239+0800 I CONTROL ** WARNING: soft rlimits too low. Number of files is 256, should be at least 1000
  2016-08-02T19:16:07.239+0800 I FTDC    Initializing full-time diagnostic data capture with directory '/data/db/diagnostic.data'
  2016-08-02T19:16:07.239+0800 I NETWORK Starting hostname canonicalization worker
  2016-08-02T19:16:07.390+0800 I NETWORK waiting for connections on port 27017

页: [1]
查看完整版本: Mac下MongoDB的安装