带有shm大小的Gitlab CI服务

时间:2019-07-15 08:06:58

标签: docker gitlab gitlab-ci gitlab-ci-runner

我正在将gitlab CI服务与db docker image一起使用。我使用的图像需要使用--shm-size设置最小内存。我尝试使用其他不同的变量(如此处提到的shm_size,DOCKER_SHM_SIZE)。但这是行不通的。

如何为docker服务配置shm大小?

variables:
   DOCKER_SHM_SIZE: 100000
test:
   image: custom_image
   services:
      - name: service_image_name

0 个答案:

没有答案