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
#!/bin/bash | |
################################################################################ | |
# Script for Installation: ODOO server on Debian 8 | |
#------------------------------------------------------------------------------- | |
# | |
# This script will install ODOO Server on | |
# clean Debian 8 Server | |
#------------------------------------------------------------------------------- | |
# USAGE: | |
# |
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
2017-08-10T16:17:05.058+0000 I CONTROL [initandlisten] MongoDB starting : pid=1 port=27017 dbpath=/data/db 64-bit host=6e15ff4dba1a | |
2017-08-10T16:17:05.059+0000 I CONTROL [initandlisten] db version v3.0.15 | |
2017-08-10T16:17:05.059+0000 I CONTROL [initandlisten] git version: b8ff507269c382bc100fc52f75f48d54cd42ec3b | |
2017-08-10T16:17:05.059+0000 I CONTROL [initandlisten] build info: Linux ip-10-166-66-3 3.2.0-4-amd64 #1 SMP Debian 3.2.46-1 x86_64 BOOST_LIB_VERSION=1_49 | |
2017-08-10T16:17:05.059+0000 I CONTROL [initandlisten] allocator: tcmalloc | |
2017-08-10T16:17:05.059+0000 I CONTROL [initandlisten] options: {} | |
2017-08-10T16:17:05.077+0000 I STORAGE [initandlisten] | |
2017-08-10T16:17:05.077+0000 I STORAGE [initandlisten] ** WARNING: Readahead for /data/db is set to 4096KB | |
2017-08-10T16:17:05.077+0000 I STORAGE [initandlisten] ** We suggest setting it to 256KB (512 sectors) or less | |
2017-08-10T16:17:05.077+0000 I STORAGE [initandlisten] ** http://dochub.mongodb.org/core/readahead |
OlderNewer