1
0
Fork 0
arangodb/lib/ApplicationFeatures
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
..
ApplicationFeature.cpp We also need to know the binary directory when looking up the config 2016-10-12 12:03:37 +02:00
ApplicationFeature.h We also need to know the binary directory when looking up the config 2016-10-12 12:03:37 +02:00
ApplicationServer.cpp some improvements for memory management 2016-12-15 15:30:28 +01:00
ApplicationServer.h More places to pass along the binaryPath for teh windows 2016-10-12 13:21:38 +02:00
ConfigFeature.cpp cosmetics 2016-11-07 21:17:03 +01:00
ConfigFeature.h added -D 2016-11-07 17:20:56 +01:00
DaemonFeature.cpp fixed typo 2016-06-21 15:50:20 +02:00
DaemonFeature.h
GreetingsFeature.cpp added greetings feature 2016-07-18 18:32:27 +02:00
GreetingsFeature.h added greetings feature 2016-07-18 18:32:27 +02:00
HttpEndpointProvider.h
LanguageFeature.cpp More places to pass along the binaryPath for teh windows 2016-10-12 13:21:38 +02:00
LanguageFeature.h More places to pass along the binaryPath for teh windows 2016-10-12 13:21:38 +02:00
NonceFeature.cpp
NonceFeature.h
PageSizeFeature.cpp moved server id detection and pagesize detection into their own features 2016-07-18 14:37:12 +02:00
PageSizeFeature.h moved server id detection and pagesize detection into their own features 2016-07-18 14:37:12 +02:00
PrivilegeFeature.cpp fixed some issues detected by coverity build tool 2016-12-12 15:41:54 +01:00
PrivilegeFeature.h
ShutdownFeature.cpp
ShutdownFeature.h
SupervisorFeature.cpp fixed some issues detected by coverity build tool 2016-12-12 15:41:54 +01:00
SupervisorFeature.h fixed supervisor startup 2016-11-02 19:37:49 +00:00
TempFeature.cpp added different path for different editions 2016-09-30 15:24:31 +02:00
TempFeature.h make relative temporary paths absolute during the system startup. This fixes #1896 2016-09-27 16:19:13 +02:00
V8PlatformFeature.cpp visual studio 2016-08-02 11:46:44 +02:00
V8PlatformFeature.h Adaptation minimum memory for ARM architecture (over global TRI_V8_MAXHEAP) 2016-08-05 18:54:34 +02:00
VersionFeature.cpp
VersionFeature.h
WindowsServiceFeature.cpp make version details queryable via db._version() 2016-09-09 10:50:21 +02:00
WindowsServiceFeature.h