cruftex commented on issue #60536: URL: https://github.com/apache/doris/issues/60536#issuecomment-3852405146
I added `-XX:-UseContainerSupport` in the startup parameters in `/opt/apache-doris/fe/conf/fe.conf`, like this: ```` # For jdk 17, this JAVA_OPTS will be used as default JVM options JAVA_OPTS_FOR_JDK_17="-XX:-UseContainerSupport <existing params....> ```` Then there is no startup exception any more. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
