Skip to content
This repository was archived by the owner on Apr 21, 2024. It is now read-only.

Commit b829033

Browse files
committed
Remove JDK configurations
1 parent fc3ea24 commit b829033

File tree

12 files changed

+0
-96
lines changed

12 files changed

+0
-96
lines changed

pattern-1/bosh-release/jobs/wso2is_1/spec

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,6 @@ packages:
1616
- wso2is
1717

1818
properties:
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:

pattern-1/bosh-release/jobs/wso2is_1/templates/ctl.erb

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,6 @@ mkdir -p ${run_dir} ${log_dir}
3434
# provide ownership of the directories 'vcap' user and group
3535
chown -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-
4337
debug_log=${log_dir}/${wso2_product}.log
4438
touch ${debug_log}
4539

pattern-1/bosh-release/jobs/wso2is_2/spec

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,6 @@ packages:
1616
- wso2is
1717

1818
properties:
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:

pattern-1/bosh-release/jobs/wso2is_2/templates/ctl.erb

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,6 @@ mkdir -p ${run_dir} ${log_dir}
3434
# provide ownership of the directories 'vcap' user and group
3535
chown -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-
4337
debug_log=${log_dir}/${wso2_product}.log
4438
touch ${debug_log}
4539

pattern-2/bosh-release/jobs/wso2is_1/spec

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,6 @@ packages:
1818
- wso2is
1919

2020
properties:
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:

pattern-2/bosh-release/jobs/wso2is_1/templates/ctl.erb

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,6 @@ mkdir -p ${run_dir} ${log_dir}
3434
# provide ownership of the directories 'vcap' user and group
3535
chown -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-
4337
debug_log=${log_dir}/${wso2_product}.log
4438
touch ${debug_log}
4539

pattern-2/bosh-release/jobs/wso2is_2/spec

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,6 @@ packages:
1818
- wso2is
1919

2020
properties:
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:

pattern-2/bosh-release/jobs/wso2is_2/templates/ctl.erb

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,6 @@ mkdir -p ${run_dir} ${log_dir}
3434
# provide ownership of the directories 'vcap' user and group
3535
chown -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-
4337
debug_log=${log_dir}/${wso2_product}.log
4438
touch ${debug_log}
4539

pattern-2/bosh-release/jobs/wso2is_analytics_1/spec

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,6 @@ packages:
1717
- wso2is_analytics
1818

1919
properties:
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:

pattern-2/bosh-release/jobs/wso2is_analytics_1/templates/ctl.erb

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,6 @@ mkdir -p ${run_dir} ${log_dir}
3535
# provide ownership of the directories 'vcap' user and group
3636
chown -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-
4438
debug_log=${log_dir}/${wso2_product}.log
4539
touch ${debug_log}
4640

0 commit comments

Comments
 (0)