This repository was archived by the owner on Apr 21, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 12 files changed +0
-96
lines changed
pattern-1/bosh-release/jobs
pattern-2/bosh-release/jobs Expand file tree Collapse file tree 12 files changed +0
-96
lines changed Original file line number Diff line number Diff line change @@ -16,16 +16,6 @@ packages:
1616- wso2is
1717
1818properties:
19- wso2is.memory.min_heap:
20- description: Min Heap in MB
21- default: 2048
22- wso2is.memory.max_heap:
23- description: Max Heap in MB
24- default: 2048
25- wso2is.memory.max_permgen:
26- description: Max permgen in MB
27- default: 1024
28-
2919 wso2is.user_ds.url:
3020 description: Connection URL of the user data source
3121 wso2is.bps_ds.url:
Original file line number Diff line number Diff line change @@ -34,12 +34,6 @@ mkdir -p ${run_dir} ${log_dir}
3434# provide ownership of the directories 'vcap' user and group
3535chown -R vcap:vcap ${run_dir} ${log_dir}
3636
37- # set variables for your software
38- min_heap=< %=properties.wso2is.memory.min_heap %>
39- max_heap=< %=properties.wso2is.memory.max_heap %>
40- max_permgen=< %=properties.wso2is.memory.max_permgen %>
41- export JAVA_OPTS=" -Xmx${max_heap} m -Xms${min_heap} m -XX:MaxPermSize=${max_permgen} m"
42-
4337debug_log=${log_dir} /${wso2_product} .log
4438touch ${debug_log}
4539
Original file line number Diff line number Diff line change @@ -16,16 +16,6 @@ packages:
1616- wso2is
1717
1818properties:
19- wso2is.memory.min_heap:
20- description: Min Heap in MB
21- default: 2048
22- wso2is.memory.max_heap:
23- description: Max Heap in MB
24- default: 2048
25- wso2is.memory.max_permgen:
26- description: Max permgen in MB
27- default: 1024
28-
2919 wso2is.user_ds.url:
3020 description: Connection URL of the user data source
3121 wso2is.bps_ds.url:
Original file line number Diff line number Diff line change @@ -34,12 +34,6 @@ mkdir -p ${run_dir} ${log_dir}
3434# provide ownership of the directories 'vcap' user and group
3535chown -R vcap:vcap ${run_dir} ${log_dir}
3636
37- # set variables for your software
38- min_heap=< %=properties.wso2is.memory.min_heap %>
39- max_heap=< %=properties.wso2is.memory.max_heap %>
40- max_permgen=< %=properties.wso2is.memory.max_permgen %>
41- export JAVA_OPTS=" -Xmx${max_heap} m -Xms${min_heap} m -XX:MaxPermSize=${max_permgen} m"
42-
4337debug_log=${log_dir} /${wso2_product} .log
4438touch ${debug_log}
4539
Original file line number Diff line number Diff line change @@ -18,16 +18,6 @@ packages:
1818- wso2is
1919
2020properties:
21- wso2is.memory.min_heap:
22- description: "Min Heap in MB"
23- default: 2048
24- wso2is.memory.max_heap:
25- description: "Max Heap in MB"
26- default: 2048
27- wso2is.memory.max_permgen:
28- description: "Max permgen in MB"
29- default: 1024
30-
3121 wso2is.user_ds.url:
3222 description: Connection URL of the user data source
3323 wso2is.identity_ds.url:
Original file line number Diff line number Diff line change @@ -34,12 +34,6 @@ mkdir -p ${run_dir} ${log_dir}
3434# provide ownership of the directories 'vcap' user and group
3535chown -R vcap:vcap ${run_dir} ${log_dir}
3636
37- # set variables for your software
38- min_heap=< %=properties.wso2is.memory.min_heap %>
39- max_heap=< %=properties.wso2is.memory.max_heap %>
40- max_permgen=< %=properties.wso2is.memory.max_permgen %>
41- export JAVA_OPTS=" -Xmx${max_heap} m -Xms${min_heap} m -XX:MaxPermSize=${max_permgen} m"
42-
4337debug_log=${log_dir} /${wso2_product} .log
4438touch ${debug_log}
4539
Original file line number Diff line number Diff line change @@ -18,16 +18,6 @@ packages:
1818- wso2is
1919
2020properties:
21- wso2is.memory.min_heap:
22- description: "Min Heap in MB"
23- default: 2048
24- wso2is.memory.max_heap:
25- description: "Max Heap in MB"
26- default: 2048
27- wso2is.memory.max_permgen:
28- description: "Max permgen in MB"
29- default: 1024
30-
3121 wso2is.user_ds.url:
3222 description: Connection URL of the user data source
3323 wso2is.identity_ds.url:
Original file line number Diff line number Diff line change @@ -34,12 +34,6 @@ mkdir -p ${run_dir} ${log_dir}
3434# provide ownership of the directories 'vcap' user and group
3535chown -R vcap:vcap ${run_dir} ${log_dir}
3636
37- # set variables for your software
38- min_heap=< %=properties.wso2is.memory.min_heap %>
39- max_heap=< %=properties.wso2is.memory.max_heap %>
40- max_permgen=< %=properties.wso2is.memory.max_permgen %>
41- export JAVA_OPTS=" -Xmx${max_heap} m -Xms${min_heap} m -XX:MaxPermSize=${max_permgen} m"
42-
4337debug_log=${log_dir} /${wso2_product} .log
4438touch ${debug_log}
4539
Original file line number Diff line number Diff line change @@ -17,16 +17,6 @@ packages:
1717- wso2is_analytics
1818
1919properties:
20- wso2is.memory.min_heap:
21- description: "Min Heap in MB"
22- default: 2048
23- wso2is.memory.max_heap:
24- description: "Max Heap in MB"
25- default: 2048
26- wso2is.memory.max_permgen:
27- description: "Max permgen in MB"
28- default: 1024
29-
3020 wso2is_analytics.user_ds.url:
3121 description: Connection URL of the user data source
3222 wso2is_analytics.registry_ds.url:
Original file line number Diff line number Diff line change @@ -35,12 +35,6 @@ mkdir -p ${run_dir} ${log_dir}
3535# provide ownership of the directories 'vcap' user and group
3636chown -R vcap:vcap ${run_dir} ${log_dir}
3737
38- # set variables for your software
39- min_heap=< %=properties.wso2is.memory.min_heap %>
40- max_heap=< %=properties.wso2is.memory.max_heap %>
41- max_permgen=< %=properties.wso2is.memory.max_permgen %>
42- export JAVA_OPTS=" -Xmx${max_heap} m -Xms${min_heap} m -XX:MaxPermSize=${max_permgen} m"
43-
4438debug_log=${log_dir} /${wso2_product} .log
4539touch ${debug_log}
4640
You can’t perform that action at this time.
0 commit comments