1
0
Fork 0
arangodb/arangod/GeneralServer
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
..
AsyncJobManager.cpp remove unused code 2016-12-09 17:16:58 +01:00
AsyncJobManager.h remove unused code 2016-12-09 17:16:58 +01:00
AuthenticationFeature.cpp No more demeter chains...canUseDatabase implemented on 2016-10-26 14:05:02 +02:00
AuthenticationFeature.h extra startup check: enforce that the user set a jwt-secret when running in cluster mode with authentication enabled 2016-11-18 16:15:09 +01:00
GeneralCommTask.cpp enable switching from http to vst fix vst authentication 2016-10-26 23:23:35 +02:00
GeneralCommTask.h Merge back FMH to devel 2016-11-25 16:03:13 +01:00
GeneralDefinitions.h finish ProtocolVersion, ProtocolType and ConnectionType 2016-08-23 15:36:36 +02:00
GeneralListenTask.cpp Merge branch 'devel' of github.com:arangodb/arangodb into devel 2016-10-19 11:14:58 +02:00
GeneralListenTask.h switch to boost asio 2016-10-14 10:12:17 +00:00
GeneralServer.cpp switch to boost asio 2016-10-14 10:12:17 +00:00
GeneralServer.h switch to boost asio 2016-10-14 10:12:17 +00:00
GeneralServerFeature.cpp remove unused code 2016-12-09 17:16:58 +01:00
GeneralServerFeature.h cleanup of SSL feature 2016-10-18 13:24:56 +02:00
HttpCommTask.cpp some improvements for memory management 2016-12-15 15:30:28 +01:00
HttpCommTask.h some improvements for memory management 2016-12-15 15:30:28 +01:00
RestEngine.cpp fixed some issues detected by coverity build tool 2016-12-12 15:41:54 +01:00
RestEngine.h fixed some issues detected by coverity build tool 2016-12-12 15:41:54 +01:00
RestHandler.cpp Squashed commit of the following: 2016-10-27 09:26:18 +02:00
RestHandler.h switch to boost asio 2016-10-14 10:12:17 +00:00
RestHandlerFactory.cpp remove unused code 2016-12-09 17:16:58 +01:00
RestHandlerFactory.h switch to boost asio 2016-10-14 10:12:17 +00:00
RestStatus.cpp switch to boost asio 2016-10-14 10:12:17 +00:00
RestStatus.h switch to boost asio 2016-10-14 10:12:17 +00:00
VppCommTask.cpp fixed some issues detected by coverity build tool 2016-12-12 15:41:54 +01:00
VppCommTask.h fixed some issues detected by coverity build tool 2016-12-12 15:41:54 +01:00
VppNetwork.h added missing header 2016-11-28 17:05:50 +01:00