weaveworks / launcher

Weave Cloud Launcher
Apache License 2.0
10 stars 13 forks source link

Make Flux memcached args configurable #296

Closed hiddeco closed 5 years ago

hiddeco commented 5 years ago

This commits adds support for having user defined memory (-m) and item size (-I) configuration flags on their weave-flux-memcached deployment.

This should provide users with enough knobs to work around SERVER_ERROR object too large for cache errors due to exceptionally large image repositories.

Fixes #284