Skip to content

emc-mongoose/mongoose-storage-driver-nio

Repository files navigation

Gitter chat Issue Tracker CI status Tag Maven metadata URL Sonatype Nexus (Releases) Docker Pulls

NIO Storage Driver

The count of the concurrent load operations at is limited also by the storage-driver-threads configuration option which is CPU core count by default. This means that operations will occupy no more I/O worker threads than configured. However the operations are reentrant and the count of the active (started but not completed yet) operations may be much more(may be limited by storage-driver-limit-concurrency configuration option).