diff options
| author | Jakob Linskeseder <jakob.linskeseder@gmail.com> | 2018-03-02 20:23:38 +0100 |
|---|---|---|
| committer | Jakob Linskeseder <jakob.linskeseder@gmail.com> | 2018-03-15 19:02:54 +0100 |
| commit | c1cd8372338bb91c364bddc8a72fda5a881af976 (patch) | |
| tree | 28bf69fe4356646fbefa82299f6607a23ee44fa6 /CHANGELOG.md | |
| parent | Merge branch 'docs/autoscale-fixes' into 'master' (diff) | |
| download | gitlab-runner-c1cd8372338bb91c364bddc8a72fda5a881af976.tar.gz | |
Add possibility to specify memory in Docker containers
The memory of Docker containers created by runners can now be limited:
* Memory
* MemorySwap
* MemoryReservation
See https://docs.docker.com/engine/reference/run/#runtime-constraints-on-resources.
Implements #1582.
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 70cc6dba..3173f340 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -577,7 +577,7 @@ v 1.6.0 - Pass all configured CA certificates to builds !299 - Use git-init templates (clone) and git config without --global (fetch) to disable recurseSubmodules !314 - Improve docker machine logging !234 -- Add posibility to specify a list of volumes to inherit from another container !236 +- Add possibility to specify a list of volumes to inherit from another container !236 - Fix range mismatch handling error while patch tracing !319 - Add docker+machine and kubernetes executors to "I'm not sure" part of executors README.md !320 - Remove ./git/index.lock before fetching !316 @@ -649,7 +649,7 @@ v 1.3.1 v 1.3.0 - Add incremental build trace update -- Add posibility to specify CpusetCpus, Dns and DnsSearch for docker containers created by runners +- Add possibility to specify CpusetCpus, Dns and DnsSearch for docker containers created by runners - Add a custom `User-Agent` header with version number and runtime information (go version, platform, os) - Add artifacts expiration handling - Add artifacts handling for failed builds |
