Skip to content

memcache/4.4

You can find the source of this version on GitHub at cloudfoundry-community/memcache-release. It was created based on the commit 04eab073.

Release Notes

  • Upgraded to Hazelcast 3.7.3
  • In our environment we were having trouble with vmware “ballooning” memory from the vm causing memory issues for our memcache process what was using all available memory. In this release I moved most memory configuration to a new property and set the default to have different Xmx and Xms so that the process will act more like a regular process and our memory monitoring tools will work better with it. I also set swapiness to 10% to help reduce swapping. If users still want Xmx and Xms the same you can set Xms in the java_opts property.
  • Fixed some issues issues in error conditions where the request object would never get completely downloaded leaving the connection in a weird state.

Usage

You can reference this release in your deployment manifest from the releases section:

- name: "memcache"
  version: "4.4"
  url: "https://bosh.io/d/github.com/cloudfoundry-community/memcache-release?v=4.4"
  sha1: "13ebbe8c0506a30e1615383a0fd50687c7a083fa"

Or upload it to your director with the upload-release command:

bosh upload-release --sha1 13ebbe8c0506a30e1615383a0fd50687c7a083fa \
  "https://bosh.io/d/github.com/cloudfoundry-community/memcache-release?v=4.4"

Jobs

Packages