memgraph/src
florijan b2f3dc1916 Available memory logging, utils/sysinfo/memory cleanup, tests/concurrent cleanup.
Summary:
Added a warning to the log. Every 3 seconds (let's not make that configurable). Can be turned off.

I still don't like this. We are raising another thread and reading a file to do monitoring. We're developing a DB, not a sys monitor. Serious admins do that themselves. But, here it is.

UPDATE:
Cleaned up `utils/sysinfo/memory`. Removed all unused functions. Removed the faulty memory check in `tests/concurrent`.

Reviewers: buda, mferencevic, mislav.bradac

Reviewed By: mislav.bradac

Subscribers: pullbot

Differential Revision: https://phabricator.memgraph.io/D819
2017-09-22 16:06:30 +02:00
..
communication Decoded value - returning non-const primitives by ref 2017-09-21 16:15:20 +02:00
data_structures Newer bits on head chunk in DynamicBitset 2017-09-20 16:56:58 +02:00
database Snapshot flags name consistency 2017-09-22 14:08:51 +02:00
durability Snapshot flags name consistency 2017-09-22 14:08:51 +02:00
io/network Start work on parallel benchmark 2017-09-12 16:58:21 +02:00
mvcc Make some members private in CommitLog 2017-07-12 14:58:34 +02:00
query Bolt - path enconding and decoding 2017-09-21 13:55:41 +02:00
storage Bolt - path enconding and decoding 2017-09-21 13:55:41 +02:00
threading Migrate timer to use walltime, instead of cputime 2017-07-17 13:42:44 +02:00
transactions Newer bits on head chunk in DynamicBitset 2017-09-20 16:56:58 +02:00
utils Available memory logging, utils/sysinfo/memory cleanup, tests/concurrent cleanup. 2017-09-22 16:06:30 +02:00
copy_hardcoded_queries.cpp Migrate command line args to gflgs in tests 2017-07-06 13:54:12 +02:00
memgraph_bolt.cpp Available memory logging, utils/sysinfo/memory cleanup, tests/concurrent cleanup. 2017-09-22 16:06:30 +02:00