forked from vaske/stack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
cloudbees.xml
29 lines (24 loc) · 890 Bytes
/
cloudbees.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<settings>
<profiles>
<profile>
<id>cloudbees-build-parameters</id>
<properties>
<rest.it.forkCount>1</rest.it.forkCount>
<rest.it.heapmax>256m</rest.it.heapmax>
<rest.it.heapmin>256m</rest.it.heapmin>
<core.it.forkCount>1</core.it.forkCount>
<core.it.heapmax>384m</core.it.heapmax>
<core.it.heapmin>384m</core.it.heapmin>
<services.it.forkCount>1</services.it.forkCount>
<services.it.heapmax>384m</services.it.heapmax>
<services.it.heapmin>384m</services.it.heapmin>
<scheduler.it.forkCount>1</scheduler.it.forkCount>
<scheduler.it.heapmax>384m</scheduler.it.heapmax>
<scheduler.it.heapmin>384m</scheduler.it.heapmin>
</properties>
</profile>
</profiles>
<activeProfiles>
<activeProfile>cloudbees-build-parameters</activeProfile>
</activeProfiles>
</settings>