-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresourceScheduler_manifest.yml
28 lines (28 loc) · 1.18 KB
/
resourceScheduler_manifest.yml
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
applications:
- name: resourceScheduler
disk_quota: 200M
env:
BROKER_BASIC_AUTH_PASSWORD: admin
BROKER_BASIC_AUTH_USERNAME: admin
CF_ADMIN_PASSWORD: admin
CF_ADMIN_USERNAME: admin
cfClient.SSL-Validation-enabled: "false"
logging.level.de.grimmpp.cloudFoundry.resourceScheduler: DEBUG
#logging.level.de.grimmpp.cloudFoundry.resourceScheduler: INFO
management.endpoints.enabled-by-default: "true"
management.endpoints.web.exposure.include: '*'
scheduling-enabled: "true"
max-threads-per-service-plan-scheduler: 25
spring.jpa.hibernate.ddl-auto: update
spring.jpa.properties.hibernate.dialect: org.hibernate.dialect.MariaDBDialect
spring.jpa.properties.hibernate.globally_quoted_identifiers: "true"
JAVA_OPTS: '-XX:ReservedCodeCacheSize=50M'
# Java memory calculator works very well the only thing is that ReservedCodeCache is set to 250M by default which is quite high.
#JAVA_OPTS: '-Xmx300M -XX:MaxMetaspaceSize=120M -Xss50M -XX:ReservedCodeCacheSize=50M'
instances: 1
memory: 512M
routes:
- route: resourceScheduler.dev.cfdev.sh
services:
- mysql
stack: cflinuxfs3