Skip to content

Commit

Permalink
fix: change config
Browse files Browse the repository at this point in the history
  • Loading branch information
thekovie committed Mar 3, 2024
1 parent 164cf9a commit 4106a48
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions DBApplication/dbapp/fly.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,5 @@
app = "hoa-dbapp"
primary_region = "sin"

[http_service]
internal_port = 8080
force_https = true
auto_stop_machines = true
auto_start_machines = true

[[services]]

[build.args]
BP_JVM_TYPE="JRE"
BP_JVM_VERSION="17"
BP_JAVA_INSTALL_NODE="false"
BP_MAVEN_POM_FILE="pom.xml"
BP_MAVEN_VERSION="3"

[env]
JAVA_TOOL_OPTIONS="-Xss256K -XX:MaxDirectMemorySize=2M -XX:ReservedCodeCacheSize=32M -XX:MaxMetaspaceSize=32M -Xmx32m"
BPL_JVM_THREAD_COUNT="100"

0 comments on commit 4106a48

Please sign in to comment.