我正在将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