From bf03fa45809f7cc977f14f350d5a328cdf13be09 Mon Sep 17 00:00:00 2001 From: Brad Rydzewski Date: Fri, 17 Jan 2020 11:22:38 -0800 Subject: [PATCH] support for mem_limit and memswap_limit --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f197bf6..486d90e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - abstract polling and execution to runner-go library - use trace level logging for context errors - prefix docker resource names +- support for mem_limit and memswap_limit ### Fixed - initialize environment map to prevent nil pointer