Skip to content

Commit

Permalink
remove initial ram percentage
Browse files Browse the repository at this point in the history
  • Loading branch information
nlu90 committed Feb 28, 2024
1 parent 5e4a2c4 commit c93ab99
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion controllers/spec/common.go
Original file line number Diff line number Diff line change
Expand Up @@ -1121,7 +1121,6 @@ func getProcessJavaRuntimeArgs(name, packageName, clusterName, logLevel, details
"-Dpulsar.function.log.dir=logs/functions",
"-Dpulsar.function.log.file=" + fmt.Sprintf("%s-${%s}", name, EnvShardID),
setLogLevel,
"-XX:InitialRAMPercentage=20",
"-XX:MaxRAMPercentage=40",
"-XX:+UseG1GC",
"-XX:+HeapDumpOnOutOfMemoryError",
Expand Down

0 comments on commit c93ab99

Please sign in to comment.