Releases: cloudfoundry/java-buildpack-memory-calculator
Releases · cloudfoundry/java-buildpack-memory-calculator
v4.1.0
v4.0.0
v2.0.1.RELEASE: Improved Logging
Fix a bug in the logging of errors. In addition the version of Go has been updated to 1.5.1 and all of the dependencies have been updated to match.
v2.0.0.RELEASE: New configuration options
Configurable initial memory sizes and optional thread count for stack allocations. These changes have altered the default behavior of the memory calculator: initial memory switches are omitted unless new flag memoryInitials
is specified. Releases from 2.0.0 onwards will be compressed tar files.
v1.1.1.RELEASE: Parameter bug fix
This release removes a problem, whereby an omitted -totMemory
flag resulted in invalid memory switches being generated, with no warning. This case is now detected and reported as an error.
v1.1.0.RELEASE: Build Releases Script
This change adds a script that automates the creation of the executables for all supported platforms. After the build is complete, the executables are renamed to be unique by platform.
v1.0.0.RELEASE
Add Travis Install Script This change adds installation of godep to the installation stage of a Travis CI run.