Skip to content

Silent fail when fs.inotify.max_user_watches is exceeded #46

@SpaceK33z

Description

@SpaceK33z

Docker container configuration

  • Webpack 1.10.3
  • Node v0.10.25
  • Ubuntu 15.04

Host configuration

  • Docker 1.0.1
  • Ubuntu 14.04

Issue

Running webpack --watch in docker container successfully performs one build and then exits with exit code 0 (success).

Expectation

Some kind of error code and a return code != 0 if max_user_watches is exceeded.

Workaround

Increasing /proc/sys/fs/inotify/max_user_watches on the host system fixes the problem.

Moved from webpack/webpack#1281

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions