Skip to content

Commit 96bf789

Browse files
authored
remove initial ram percentage (#724)
1 parent 460f948 commit 96bf789

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

controllers/spec/common.go

-1
Original file line numberDiff line numberDiff line change
@@ -1187,7 +1187,6 @@ func getProcessJavaRuntimeArgs(name, packageName, clusterName, logLevel, details
11871187
"-Dpulsar.function.log.dir=logs/functions",
11881188
"-Dpulsar.function.log.file=" + fmt.Sprintf("%s-${%s}", name, EnvShardID),
11891189
setLogLevel,
1190-
"-XX:InitialRAMPercentage=20",
11911190
"-XX:MaxRAMPercentage=40",
11921191
"-XX:+UseG1GC",
11931192
"-XX:+HeapDumpOnOutOfMemoryError",

0 commit comments

Comments
 (0)