We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab95eb0 commit d157bfaCopy full SHA for d157bfa
README.md
@@ -60,7 +60,7 @@ kotlin {
60
it.binaries {
61
executable {
62
entryPoint = "com.github.trueangle.knative.lambda.runtime.sample.main" // Link this to your main function entry point
63
- freeCompilerArgs += listOf("-Xallocator=std")
+ freeCompilerArgs += listOf("-Xallocator=mimalloc")
64
}
65
66
0 commit comments