Java Runtime Environment를 계속 진행하기 위한 메모리가 부족합니다. - Ubuntu 16.04.6 LTS - 4.15.0-48-generic

Java Runtime Environment를 계속 진행하기 위한 메모리가 부족합니다. - Ubuntu 16.04.6 LTS - 4.15.0-48-generic

다음 커널 릴리스가 언제인지 알려주십시오. 커널 4.15.0-48 일반 빌드와 함께 Ubuntu 16.04.6 LTS를 실행하는 프로덕션 시스템 중 하나가 실패하고 있습니다. 업그레이드 커널 문제가 해결된 후 14에서도 동일한 문제가 발생했습니다.

Error:
Error occurred during initialization of VM
Could not create ConcurrentG1RefineThread
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.

# There is insufficient memory for the Java Runtime Environment to continue.
# Cannot create worker GC thread. Out of system resources.
# An error report file with more information is saved as:
# /build/jenksvc/workspace/product_eng_-keys_Ubuntu16_test/LA.UM.7.2/LINUX/android/log.log

jenksvc@SONIC:/build/jenksvc/workspace$ java -XX:+PrintFlagsFinal -version | grep -iE 'HeapSize|PermSize|ThreadStackSize'
     intx CompilerThreadStackSize                  = 1024                                  {pd product} {default}
   size_t ErgoHeapSizeLimit                        = 0                                        {product} {default}
   size_t HeapSizePerGCThread                      = 87241520                                 {product} {default}
   size_t InitialHeapSize                          = 2147483648                               {product} {ergonomic}
   size_t LargePageHeapSizeThreshold               = 134217728                                {product} {default}
   size_t MaxHeapSize                              = 32178700288                              {product} {ergonomic}
    uintx NonNMethodCodeHeapSize                   = 8766152                               {pd product} {ergonomic}
    uintx NonProfiledCodeHeapSize                  = 121446044                             {pd product} {ergonomic}
    uintx ProfiledCodeHeapSize                     = 121446044                             {pd product} {ergonomic}
     intx ThreadStackSize                          = 1024                                  {pd product} {default}
     intx VMThreadStackSize                        = 1024                                  {pd product} {default}
openjdk version "9"
OpenJDK Runtime Environment (build 9+181-android4627429)
OpenJDK 64-Bit Server VM (build 9+181-android4627429, mixed mode)

관련 정보