Skip to content

Commit d5b1a84

Browse files
authored
Update README.md
1 parent d157bfa commit d5b1a84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ kotlin {
6060
it.binaries {
6161
executable {
6262
entryPoint = "com.github.trueangle.knative.lambda.runtime.sample.main" // Link this to your main function entry point
63-
freeCompilerArgs += listOf("-Xallocator=mimalloc")
63+
freeCompilerArgs += listOf("-Xallocator=mimalloc") // to understand how the choice of allocator impacts the performance, refer https://medium.com/aws-tip/leveraging-kotlin-native-for-efficient-serverless-applications-on-aws-lambda-66d992c074cc
6464
}
6565
}
6666
}

0 commit comments

Comments
 (0)