Skip to content

Commit

Permalink
feat: 메타스페이스 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
CChuYong committed Jan 28, 2024
1 parent 10d29e9 commit 5960b62
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ platform :android do
slack(
message: "삐삐(#{title}) AOS 배포 성공",
success: true,
slack_url: ENV["SLACK_URL"],
slack_url: ENV["SLACK_WEBHOOK_URL"],
payload: {
"빌드 날짜" => Time.new.to_s,
"배포 버전" => "#{versionName}(#{versionCode})"
Expand All @@ -98,7 +98,7 @@ platform :android do
slack(
message: "삐삐(#{title}) AOS 배포 실패",
success: false,
slack_url: ENV["SLACK_URL"],
slack_url: ENV["SLACK_WEBHOOK_URL"],
payload: {
"빌드 날짜" => Time.new.to_s,
"배포 버전" => "#{versionName}(#{versionCode})",
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# http://www.gradle.org/docs/current/userguide/build_environment.html
# Specifies the JVM arguments used for the daemon process.
# The setting is particularly useful for tweaking memory settings.
org.gradle.jvmargs=-Xms6144m -Xmx11000m -XX:-UseGCOverheadLimit -XX:+HeapDumpOnOutOfMemoryError -XX:MaxMetaspaceSize=256m -XX:+UseParallelGC -Dfile.encoding=UTF-8
org.gradle.jvmargs=-Xms6144m -Xmx11000m -XX:-UseGCOverheadLimit -XX:+HeapDumpOnOutOfMemoryError -XX:MaxMetaspaceSize=1024m -XX:+UseParallelGC -Dfile.encoding=UTF-8
org.gradle.daemon=true
org.gradle.configureondemand=true
# When configured, Gradle will run in incubating parallel mode.
Expand Down

0 comments on commit 5960b62

Please sign in to comment.