1
0
Fork 0
arangodb/arangod/StorageEngine
jsteemann 9b42e9cee6 some improvements for memory management
added more memory diagnostics for memory usage:
- collection.figures() now returns a "readCache" attribute which contains the
  number of and memory usage of entries in the document revisions cache for the
  collection, and a "revisions" attribute with the number and memory usage
  of entries in the storage engine's revision lookup table for the collection
- the default value for --database.revision-cache-target-size was changed from
  75% of RAM to 30% of RAM
2016-12-15 15:30:28 +01:00
..
EngineSelectorFeature.cpp fix startup 2016-11-17 17:18:18 +01:00
EngineSelectorFeature.h fix startup 2016-11-17 17:18:18 +01:00
MMFilesCleanupThread.cpp fix segfault 2016-12-13 11:38:38 +01:00
MMFilesCleanupThread.h
MMFilesCollection.cpp some improvements for memory management 2016-12-15 15:30:28 +01:00
MMFilesCollection.h performance optimizations 2016-11-09 14:46:50 +01:00
MMFilesCompactorThread.cpp handle OOM a bit more gracefully 2016-11-28 14:22:12 +01:00
MMFilesCompactorThread.h
MMFilesDatafileStatistics.cpp Squashed commit of the following: 2016-10-24 10:18:30 +02:00
MMFilesDatafileStatistics.h
MMFilesDocumentPosition.h Squashed commit of the following: 2016-10-24 10:18:30 +02:00
MMFilesEngine.cpp Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2016-11-29 10:59:45 +01:00
MMFilesEngine.h fix startup 2016-11-17 17:18:18 +01:00
MMFilesRevisionsCache.cpp some improvements for memory management 2016-12-15 15:30:28 +01:00
MMFilesRevisionsCache.h some improvements for memory management 2016-12-15 15:30:28 +01:00
RocksDBEngine.cpp fix startup 2016-11-17 17:18:18 +01:00
RocksDBEngine.h fix startup 2016-11-17 17:18:18 +01:00
StorageEngine.h fixed locking issue 2016-11-24 12:28:15 +01:00