[
https://issues.apache.org/jira/browse/BEAM-13695?focusedWorklogId=746157&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-746157
]
ASF GitHub Bot logged work on BEAM-13695:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 22/Mar/22 21:16
Start Date: 22/Mar/22 21:16
Worklog Time Spent: 10m
Work Description: kileys commented on a change in pull request #17110:
URL: https://github.com/apache/beam/pull/17110#discussion_r832634891
##########
File path: sdks/java/container/boot.go
##########
@@ -193,7 +195,35 @@ func main() {
} else {
args = append(args, jammAgentArgs)
}
+ // Apply meta options
+ const metaDir = "/opt/apache/beam/options"
+ metaOptions, err := LoadMetaOptions(metaDir)
+ javaOptions := BuildOptions(metaOptions)
+ // (1) Add custom jvm arguments: "-server -Xmx1324 -XXfoo .."
+ args = append(args, javaOptions.JavaArguments...)
Review comment:
There may be duplicate args, but there's a priority associated with the
MetaOptions, so higher priority will override the lower
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 746157)
Time Spent: 1h 50m (was: 1h 40m)
> Provide more accurate size estimates for cache objects in Java 17
> -----------------------------------------------------------------
>
> Key: BEAM-13695
> URL: https://issues.apache.org/jira/browse/BEAM-13695
> Project: Beam
> Issue Type: Improvement
> Components: sdk-java-harness
> Reporter: Kiley Sok
> Priority: P2
> Fix For: 2.38.0
>
> Time Spent: 1h 50m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.20.1#820001)