Skip to content

Commit

Permalink
✨ Add manual IP and port input for connection
Browse files Browse the repository at this point in the history
  • Loading branch information
guiyanakuang committed Aug 26, 2024
1 parent d4b9f0d commit 2e21801
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions composeApp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,16 @@ compose.desktop {
jvmArgs("-Dio.netty.maxDirectMemory=268435456")
jvmArgs("-DloggerDebugPackages=com.crosspaste.routing,com.crosspaste.net.clientapi,com.crosspaste.net.plugin")

jvmArgs(
"-Xmx512m",
"-XX:+UseG1GC",
"-XX:G1ConcRefinementThreads=4",
"-XX:+UseStringDeduplication",
"-Xss512k",
"-XX:MaxMetaspaceSize=128m",
"-XX:+ExplicitGCInvokesConcurrent",
)

if (appEnv != "DEVELOPMENT") {
tasks.withType<Jar> {
exclude("development.properties**")
Expand Down

0 comments on commit 2e21801

Please sign in to comment.