-
Notifications
You must be signed in to change notification settings - Fork 734
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Parse softmx on CRIU restore side #18242
Conversation
we will probably need to clone some of the logic in original independentMemoryParameterVerification for restore path too |
I think here our concern would be still if we need a complete memoryParameterTable as we discussed before |
Should be resolved by the newest commit. |
please, squash |
Give the user functionality to specify softmx inside an option file for CRIU restore. Note here we separate gcParseReconfigurableArguments() into gcParseSovereignArguments() and gcParseReconfigurableCommandLine() to distinguish SovereignArguments from general command line options. Signed-off-by: Frank Kang [email protected]
6db8901
to
81c5926
Compare
jenkins test sanity win, aix jdk17 |
jenkins test sanity win,aix jdk17 |
jenkins test sanity xlinuxcriu jdk17 |
seems like special xlinuxcriu build does not exist anymore |
Give the user functionality to specify softmx inside an option file for CRIU restore.
Note here we separate gcParseReconfigurableArguments() into gcParseSovereignArguments() and gcParseReconfigurableCommandLine() to distinguish SovereignArguments from general command line options.
Signed-off-by: Frank Kang [email protected]