Skip to content

Commit

Permalink
Increase JVM heap size
Browse files Browse the repository at this point in the history
  • Loading branch information
swapnil-musale committed Apr 6, 2024
1 parent c32c5c9 commit 4374ce5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ improvements, please feel free to open an issue or submit a pull request on GitH
[![Twitter](https://skillicons.dev/icons?i=twitter)][3]


[0]: https://github.com/swapnil-musale/KDeviceInfo/tree/read_me/sampleApp
[0]: https://github.com/swapnil-musale/KDeviceInfo/blob/master/sampleApp/composeApp/src/commonMain/kotlin/com/devx/kdeviceinfo/sample/App.kt
[1]: https://github.com/swapnil-musale
[2]: https://linkedin.com/in/swapnil-musale
[3]: https://twitter.com/swapnil_musale
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Gradle
org.gradle.jvmargs=-Xmx4096M -Dfile.encoding=UTF-8 -Dkotlin.daemon.jvm.options\="-Xmx4096M"
org.gradle.jvmargs=-Xmx5120m -Dfile.encoding=UTF-8 -Dkotlin.daemon.jvm.options\="-Xmx5120m"
org.gradle.caching=true
org.gradle.configuration-cache=true
org.gradle.parallel=true
Expand Down

0 comments on commit 4374ce5

Please sign in to comment.