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

Commit

Permalink
Remove JDK configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
chirangaalwis committed Feb 15, 2018
1 parent fc3ea24 commit b829033
Show file tree
Hide file tree
Showing 12 changed files with 0 additions and 96 deletions.
10 changes: 0 additions & 10 deletions pattern-1/bosh-release/jobs/wso2is_1/spec
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,6 @@ packages:
- wso2is

properties:
wso2is.memory.min_heap:
description: Min Heap in MB
default: 2048
wso2is.memory.max_heap:
description: Max Heap in MB
default: 2048
wso2is.memory.max_permgen:
description: Max permgen in MB
default: 1024

wso2is.user_ds.url:
description: Connection URL of the user data source
wso2is.bps_ds.url:
Expand Down
6 changes: 0 additions & 6 deletions pattern-1/bosh-release/jobs/wso2is_1/templates/ctl.erb
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,6 @@ mkdir -p ${run_dir} ${log_dir}
# provide ownership of the directories 'vcap' user and group
chown -R vcap:vcap ${run_dir} ${log_dir}

# set variables for your software
min_heap=<%=properties.wso2is.memory.min_heap %>
max_heap=<%=properties.wso2is.memory.max_heap %>
max_permgen=<%=properties.wso2is.memory.max_permgen %>
export JAVA_OPTS=" -Xmx${max_heap}m -Xms${min_heap}m -XX:MaxPermSize=${max_permgen}m"

debug_log=${log_dir}/${wso2_product}.log
touch ${debug_log}

Expand Down
10 changes: 0 additions & 10 deletions pattern-1/bosh-release/jobs/wso2is_2/spec
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,6 @@ packages:
- wso2is

properties:
wso2is.memory.min_heap:
description: Min Heap in MB
default: 2048
wso2is.memory.max_heap:
description: Max Heap in MB
default: 2048
wso2is.memory.max_permgen:
description: Max permgen in MB
default: 1024

wso2is.user_ds.url:
description: Connection URL of the user data source
wso2is.bps_ds.url:
Expand Down
6 changes: 0 additions & 6 deletions pattern-1/bosh-release/jobs/wso2is_2/templates/ctl.erb
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,6 @@ mkdir -p ${run_dir} ${log_dir}
# provide ownership of the directories 'vcap' user and group
chown -R vcap:vcap ${run_dir} ${log_dir}

# set variables for your software
min_heap=<%=properties.wso2is.memory.min_heap %>
max_heap=<%=properties.wso2is.memory.max_heap %>
max_permgen=<%=properties.wso2is.memory.max_permgen %>
export JAVA_OPTS=" -Xmx${max_heap}m -Xms${min_heap}m -XX:MaxPermSize=${max_permgen}m"

debug_log=${log_dir}/${wso2_product}.log
touch ${debug_log}

Expand Down
10 changes: 0 additions & 10 deletions pattern-2/bosh-release/jobs/wso2is_1/spec
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,6 @@ packages:
- wso2is

properties:
wso2is.memory.min_heap:
description: "Min Heap in MB"
default: 2048
wso2is.memory.max_heap:
description: "Max Heap in MB"
default: 2048
wso2is.memory.max_permgen:
description: "Max permgen in MB"
default: 1024

wso2is.user_ds.url:
description: Connection URL of the user data source
wso2is.identity_ds.url:
Expand Down
6 changes: 0 additions & 6 deletions pattern-2/bosh-release/jobs/wso2is_1/templates/ctl.erb
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,6 @@ mkdir -p ${run_dir} ${log_dir}
# provide ownership of the directories 'vcap' user and group
chown -R vcap:vcap ${run_dir} ${log_dir}

# set variables for your software
min_heap=<%=properties.wso2is.memory.min_heap %>
max_heap=<%=properties.wso2is.memory.max_heap %>
max_permgen=<%=properties.wso2is.memory.max_permgen %>
export JAVA_OPTS=" -Xmx${max_heap}m -Xms${min_heap}m -XX:MaxPermSize=${max_permgen}m"

debug_log=${log_dir}/${wso2_product}.log
touch ${debug_log}

Expand Down
10 changes: 0 additions & 10 deletions pattern-2/bosh-release/jobs/wso2is_2/spec
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,6 @@ packages:
- wso2is

properties:
wso2is.memory.min_heap:
description: "Min Heap in MB"
default: 2048
wso2is.memory.max_heap:
description: "Max Heap in MB"
default: 2048
wso2is.memory.max_permgen:
description: "Max permgen in MB"
default: 1024

wso2is.user_ds.url:
description: Connection URL of the user data source
wso2is.identity_ds.url:
Expand Down
6 changes: 0 additions & 6 deletions pattern-2/bosh-release/jobs/wso2is_2/templates/ctl.erb
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,6 @@ mkdir -p ${run_dir} ${log_dir}
# provide ownership of the directories 'vcap' user and group
chown -R vcap:vcap ${run_dir} ${log_dir}

# set variables for your software
min_heap=<%=properties.wso2is.memory.min_heap %>
max_heap=<%=properties.wso2is.memory.max_heap %>
max_permgen=<%=properties.wso2is.memory.max_permgen %>
export JAVA_OPTS=" -Xmx${max_heap}m -Xms${min_heap}m -XX:MaxPermSize=${max_permgen}m"

debug_log=${log_dir}/${wso2_product}.log
touch ${debug_log}

Expand Down
10 changes: 0 additions & 10 deletions pattern-2/bosh-release/jobs/wso2is_analytics_1/spec
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,6 @@ packages:
- wso2is_analytics

properties:
wso2is.memory.min_heap:
description: "Min Heap in MB"
default: 2048
wso2is.memory.max_heap:
description: "Max Heap in MB"
default: 2048
wso2is.memory.max_permgen:
description: "Max permgen in MB"
default: 1024

wso2is_analytics.user_ds.url:
description: Connection URL of the user data source
wso2is_analytics.registry_ds.url:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,6 @@ mkdir -p ${run_dir} ${log_dir}
# provide ownership of the directories 'vcap' user and group
chown -R vcap:vcap ${run_dir} ${log_dir}

# set variables for your software
min_heap=<%=properties.wso2is.memory.min_heap %>
max_heap=<%=properties.wso2is.memory.max_heap %>
max_permgen=<%=properties.wso2is.memory.max_permgen %>
export JAVA_OPTS=" -Xmx${max_heap}m -Xms${min_heap}m -XX:MaxPermSize=${max_permgen}m"

debug_log=${log_dir}/${wso2_product}.log
touch ${debug_log}

Expand Down
10 changes: 0 additions & 10 deletions pattern-2/bosh-release/jobs/wso2is_analytics_2/spec
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,6 @@ packages:
- wso2is_analytics

properties:
wso2is.memory.min_heap:
description: "Min Heap in MB"
default: 2048
wso2is.memory.max_heap:
description: "Max Heap in MB"
default: 2048
wso2is.memory.max_permgen:
description: "Max permgen in MB"
default: 1024

wso2is_analytics.user_ds.url:
description: Connection URL of the user data source
wso2is_analytics.registry_ds.url:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,6 @@ mkdir -p ${run_dir} ${log_dir}
# provide ownership of the directories 'vcap' user and group
chown -R vcap:vcap ${run_dir} ${log_dir}

# set variables for your software
min_heap=<%=properties.wso2is.memory.min_heap %>
max_heap=<%=properties.wso2is.memory.max_heap %>
max_permgen=<%=properties.wso2is.memory.max_permgen %>
export JAVA_OPTS=" -Xmx${max_heap}m -Xms${min_heap}m -XX:MaxPermSize=${max_permgen}m"

debug_log=${log_dir}/${wso2_product}.log
touch ${debug_log}

Expand Down

0 comments on commit b829033

Please sign in to comment.