The fix for NEXUS-10154 was to add this system property to $INSTALL_DIR/conf/nexus.properties:
storage.diskCache.bufferSize=4096
But the Nexus 2 docker images don't use our bootstrapper, so this file isn't processed. Therefore these docker images are susceptible to NEXUS-10154.
We should modify our docker images to set this system property.