#36 When a docker container generates too much stdout/stderr, kiskadee is consuming too much RAM, and crashing the OS
Closed: NOTABUG Opened by davidcarlos.

This is a docker container issue. I had found some reports of this problem:

  • https://github.com/moby/moby/issues/8502
  • https://github.com/moby/moby/issues/9139

After some investigation, I found out that the debian plugin is generating too much log info, and this is making a high memory consume.


Metadata Update from @davidcarlos:
- Issue tagged with: Bug, plugins

Apparently, this a docker version issue. On the production environment, I was not able to reproduce this bug.

  • Docker version in local env: 17.06.0-ce, build 02c1d87
  • Docker version in prod env: 1.12.6, build ae7d637/1.12.6

This issue was fixed on the release 0.2.3.

Metadata Update from @davidcarlos:
- Issue status updated to: Closed (was: Open)

Metadata Update from @davidcarlos:
- Issue close_status updated to: NOTABUG

Metadata