未验证 提交 0e9cb6ee 编写于 作者: Q quicksilver 提交者: GitHub

Increase memory limit in Jenkins CI (#1453)

Signed-off-by: Nquicksilver <zhifeng.zhang@zilliz.com>
上级 c3bf2704
...@@ -23,7 +23,7 @@ spec: ...@@ -23,7 +23,7 @@ spec:
tty: true tty: true
resources: resources:
limits: limits:
memory: "12Gi" memory: "14Gi"
cpu: "6.0" cpu: "6.0"
requests: requests:
memory: "8Gi" memory: "8Gi"
......
...@@ -23,7 +23,7 @@ spec: ...@@ -23,7 +23,7 @@ spec:
tty: true tty: true
resources: resources:
limits: limits:
memory: "12Gi" memory: "14Gi"
cpu: "6.0" cpu: "6.0"
requests: requests:
memory: "8Gi" memory: "8Gi"
......
...@@ -23,7 +23,7 @@ spec: ...@@ -23,7 +23,7 @@ spec:
tty: true tty: true
resources: resources:
limits: limits:
memory: "12Gi" memory: "14Gi"
cpu: "6.0" cpu: "6.0"
# nvidia.com/gpu: 1 # nvidia.com/gpu: 1
aliyun.com/gpu-mem: 2 # GiB aliyun.com/gpu-mem: 2 # GiB
......
...@@ -23,7 +23,7 @@ spec: ...@@ -23,7 +23,7 @@ spec:
tty: true tty: true
resources: resources:
limits: limits:
memory: "12Gi" memory: "14Gi"
cpu: "6.0" cpu: "6.0"
# nvidia.com/gpu: 1 # nvidia.com/gpu: 1
aliyun.com/gpu-mem: 2 # GiB aliyun.com/gpu-mem: 2 # GiB
......
...@@ -144,7 +144,7 @@ if [[ ${RUN_CPPLINT} == "ON" ]]; then ...@@ -144,7 +144,7 @@ if [[ ${RUN_CPPLINT} == "ON" ]]; then
fi fi
# compile and build # compile and build
make -j6 || exit 1 make -j8 || exit 1
if [[ ${PRIVILEGES} == "ON" ]];then if [[ ${PRIVILEGES} == "ON" ]];then
sudo make install || exit 1 sudo make install || exit 1
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册