Skip to content
This repository has been archived by the owner on Jul 2, 2021. It is now read-only.

Commit

Permalink
increase memory
Browse files Browse the repository at this point in the history
  • Loading branch information
Hakuyume committed Mar 6, 2019
1 parent 6ea9445 commit 0a0fd44
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .chainerci/config.pbtxt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ configs {
key: "chainercv.py2.chainer-stable"
value {
requirement {
cpu: 4
memory: 16
cpu: 8
memory: 48
gpu: 2
}
command: "sh .chainerci/tests.sh"
Expand All @@ -22,8 +22,8 @@ configs {
key: "chainercv.py3.chainer-stable"
value {
requirement {
cpu: 4
memory: 16
cpu: 8
memory: 48
gpu: 2
}
command: "sh .chainerci/tests.sh"
Expand All @@ -42,8 +42,8 @@ configs {
key: "chainercv.py2.chainer-latest"
value {
requirement {
cpu: 4
memory: 16
cpu: 8
memory: 48
gpu: 2
}
command: "sh .chainerci/tests.sh"
Expand All @@ -62,8 +62,8 @@ configs {
key: "chainercv.py3.chainer-latest"
value {
requirement {
cpu: 4
memory: 16
cpu: 8
memory: 48
gpu: 2
}
command: "sh .chainerci/tests.sh"
Expand Down

0 comments on commit 0a0fd44

Please sign in to comment.