|
Enviroment :
MongoDb 3.1.4, Windows
Stand alone , hammer.mongo insert only workload
During stress test the machine reached to out of memory state and produce allocation errors to the console windows instead to the log file.
|
src\third_party\gperftools-2.2\src\central_freelist.cc:333] tcmalloc: allocation
|
failed 32768
|
src\third_party\gperftools-2.2\src\central_freelist.cc:333] tcmalloc: allocation
|
failed 32768
|
src\third_party\gperftools-2.2\src\central_freelist.cc:333] tcmalloc: allocation
|
failed 32768
|
src\third_party\gperftools-2.2\src\central_freelist.cc:333] tcmalloc: allocation
|
failed 32768
|
src\third_party\gperftools-2.2\src\central_freelist.cc:333] tcmalloc: allocation
|
failed 32768
|
src\third_party\gperftools-2.2\src\central_freelist.cc:333] tcmalloc: allocation
|
failed 32768
|
src\third_party\gperftools-2.2\src\central_freelist.cc:333] tcmalloc: allocation
|
failed 32768
|
src\third_party\gperftools-2.2\src\central_freelist.cc:333] tcmalloc: allocation
|
failed 32768
|
Per discussion w/ Mark we should call to
log_message_writer in internal_loggging.h and set our own custom logging function.
|