knowwen opened a new issue, #36979: URL: https://github.com/apache/shardingsphere/issues/36979
docker run ```shell docker run -d \ -v /root/server/proxy-b/conf:/opt/shardingsphere-proxy/conf \ -v /root/server/proxy-b/ext-lib:/opt/shardingsphere-proxy/ext-lib \ -e PORT=3308 -p13308:3308 \ -e JVM_OPTS="-Xms256m -Xmx256m -Dfile.encoding=UTF-8 -Duser.timezone=Asia/Shanghai" \ --name server-proxxy-b \ apache/shardingsphere-proxy:5.5.1 ``` docker logs ```shell we find java version: java21, full_version=21.0.4, full_path=/opt/java/openjdk/bin/java unadapted java version, please notice... The port is 3308 The classpath is /opt/shardingsphere-proxy/conf:.:/opt/shardingsphere-proxy/lib/*:/opt/shardingsphere-proxy/ext-lib/* main class org.apache.shardingsphere.proxy.Bootstrap 3308 /opt/shardingsphere-proxy/conf 0.0.0.0 false OpenJDK 64-Bit Server VM warning: INFO: os::commit_memory(0x00000000c2aa0000, 1029046272, 0) failed; error='Not enough space' (errno=12) # # There is insufficient memory for the Java Runtime Environment to continue. # Native memory allocation (mmap) failed to map 1029046272 bytes. Error detail: committing reserved memory. # An error report file with more information is saved as: # /opt/shardingsphere-proxy/hs_err_pid7.log ``` -- 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]
