Datalore docker-compose doesn't start

Hello,

Need help with installation with docker-compose.

Docker version:

Client:
 Version:           18.09.6
 API version:       1.39
 Go version:        go1.10.8
 Git commit:        481bc77
 Built:             Sat May  4 02:35:57 2019
 OS/Arch:           linux/amd64
 Experimental:      false

Server: Docker Engine - Community
 Engine:
  Version:          18.09.6
  API version:      1.39 (minimum version 1.12)
  Go version:       go1.10.8
  Git commit:       481bc77
  Built:            Sat May  4 01:59:36 2019
  OS/Arch:          linux/amd64
  Experimental:     false

Docker-compose is installed as standalone. Its version:

Docker Compose version v2.14.0

Also I have multiple installations of docker-compose:

lrwxrwxrwx   1 root       root             36 May 18  2022 docker-compose -> /usr/local/bin/docker-compose-1.29.2*
-rwxr-xr-x   1 root       root       11748168 Mar  1  2019 docker-compose-1.23.3*
-rwxrwxr-x+  1 root       root       12737304 May 18  2022 docker-compose-1.29.2*
-rwxr-xr-x   1 root       root       44924928 Dec 13 16:22 docker-compose-2.14.0*

Datalore fails when started with docker-compose-2.14.0 up:

docker-compose-2.14.0 up
[+] Running 2/0
 ⠿ Container docker-compose-datalore-1    Created                                                                                                                                                     0.0s
 ⠿ Container docker-compose-postgresql-1  Created                                                                                                                                                     0.0s
Attaching to docker-compose-datalore-1, docker-compose-postgresql-1
docker-compose-postgresql-1  | 
docker-compose-postgresql-1  | PostgreSQL Database directory appears to contain a database; Skipping initialization
docker-compose-postgresql-1  | 
docker-compose-postgresql-1  | 2022-12-13 14:50:13.547 UTC [1] LOG:  starting PostgreSQL 12.9 (Debian 12.9-1.pgdg110+1) on x86_64-pc-linux-gnu, compiled by gcc (Debian 10.2.1-6) 10.2.1 20210110, 64-bit
docker-compose-postgresql-1  | 2022-12-13 14:50:13.548 UTC [1] LOG:  listening on IPv4 address "0.0.0.0", port 5432
docker-compose-postgresql-1  | 2022-12-13 14:50:13.548 UTC [1] LOG:  listening on IPv6 address "::", port 5432
docker-compose-postgresql-1  | 2022-12-13 14:50:13.567 UTC [1] LOG:  listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
docker-compose-postgresql-1  | 2022-12-13 14:50:13.599 UTC [25] LOG:  database system was shut down at 2022-12-13 13:27:30 UTC
docker-compose-postgresql-1  | 2022-12-13 14:50:13.620 UTC [1] LOG:  database system is ready to accept connections
docker-compose-datalore-1    | Starting datalore 2022.3
docker-compose-datalore-1    | [0.007s][warning][os,thread] Failed to start thread "GC Thread#0" - pthread_create failed (EPERM) for attributes: stacksize: 1024k, guardsize: 4k, detached.
docker-compose-datalore-1    | #
docker-compose-datalore-1    | # There is insufficient memory for the Java Runtime Environment to continue.
docker-compose-datalore-1    | # Cannot create worker GC thread. Out of system resources.
docker-compose-datalore-1    | # An error report file with more information is saved as:
docker-compose-datalore-1    | # /opt/datalore/jetty/hs_err_pid18.log
docker-compose-datalore-1 exited with code 1

But there is a lot of free memory:

free -m
              total        used        free      shared  buff/cache   available
Mem:         196740       56814       24874         157      115052      139081
Swap:         12287           0       12287

If I add command: ["tail", "-f", "/dev/null"] to the datalore service and then login into the container and run java with no args I can get the logs file (sorry, I cannot attach it as only pictures are allowed in the upload form):

# There is insufficient memory for the Java Runtime Environment to continue.
# Cannot create worker GC thread. Out of system resources.
# Possible reasons:
#   The system is out of physical RAM or swap space
#   The process is running with CompressedOops enabled, and the Java Heap may be blocking the growth of the native heap
# Possible solutions:
#   Reduce memory load on the system
#   Increase physical memory or swap space
#   Check if swap backing store is full
#   Decrease Java heap size (-Xmx/-Xms)
#   Decrease number of Java threads
#   Decrease Java thread stack sizes (-Xss)
#   Set larger code cache with -XX:ReservedCodeCacheSize=
#   JVM is running with Zero Based Compressed Oops mode in which the Java heap is
#     placed in the first 32GB address space. The Java Heap base address is the
#     maximum limit for the native heap growth. Please use -XX:HeapBaseMinAddress
#     to set the Java Heap base and to place the Java Heap above 32GB virtual address.
# This output file may be truncated or incomplete.
#
#  Out of Memory Error (workerManager.hpp:87), pid=12, tid=12
#
# JRE version:  (17.0.4+8) (build )
# Java VM: OpenJDK 64-Bit Server VM (17.0.4+8, mixed mode, sharing, tiered, compressed oops, compressed class ptrs, g1 gc, linux-amd64)
# Core dump will be written. Default location: Core dumps may be processed with "/usr/share/apport/apport %p %s %c %d %P" (or dumping to /opt/datalore/core.12)
#

---------------  S U M M A R Y ------------

Command Line: 

Host: Intel(R) Xeon(R) Gold 6248R CPU @ 3.00GHz, 24 cores, 192G, Ubuntu 22.04.1 LTS
Time: Tue Dec 13 16:09:25 2022 UTC elapsed time: 0.009260 seconds (0d 0h 0m 0s)

---------------  T H R E A D  ---------------

Current thread (0x0000560750440d40):  JavaThread "Unknown thread" [_thread_in_vm, id=12, stack(0x00007ffe201ce000,0x00007ffe209ce000)]

Stack: [0x00007ffe201ce000,0x00007ffe209ce000],  sp=0x00007ffe209c8730,  free space=8169k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
V  [libjvm.so+0xed8f41]  VMError::report_and_die(int, char const*, char const*, __va_list_tag*, Thread*, unsigned char*, void*, void*, char const*, int, unsigned long)+0x1a1
V  [libjvm.so+0xed9b0d]  VMError::report_and_die(Thread*, char const*, int, unsigned long, VMErrorType, char const*, __va_list_tag*)+0x2d
V  [libjvm.so+0x603593]  report_vm_out_of_memory(char const*, int, unsigned long, VMErrorType, char const*, ...)+0xc3
V  [libjvm.so+0xf0d13f]  WorkerManager::add_workers(WorkGang*, unsigned int, unsigned int, unsigned int, os::ThreadType, bool)+0x18f
V  [libjvm.so+0xf0d2da]  WorkGang::initialize_workers()+0x4a
V  [libjvm.so+0x6e9631]  G1CollectedHeap::initialize()+0x6c1
V  [libjvm.so+0xe874f2]  universe_init()+0xd2
V  [libjvm.so+0x7f5b17]  init_globals()+0x37
V  [libjvm.so+0xe5e6e0]  Threads::create_vm(JavaVMInitArgs*, bool*)+0x3a0
V  [libjvm.so+0x8b3062]  JNI_CreateJavaVM+0x52
C  [libjli.so+0x4a1f]  JavaMain+0x8f
C  [libjli.so+0x9a90]  CallJavaMainInNewThread+0xb0
C  [libjli.so+0x6a0d]  ContinueInNewThread+0x5d
C  [libjli.so+0x8166]  JLI_Launch+0x1566
C  [java+0x1203]


---------------  P R O C E S S  ---------------

Threads class SMR info:
_java_thread_list=0x00007ff6fd1813a0, length=0, elements={
}

Java Threads: ( => current thread )

Other Threads:

[error occurred during error reporting (printing all threads), id 0xb, SIGSEGV (0xb) at pc=0x00007ff6fc544e20]

VM state: not at safepoint (not fully initialized)

VM Mutex/Monitor currently owned by a thread:  ([mutex/lock_event])
[0x000056075043e730] Heap_lock - owner thread: 0x0000560750440d40

Heap address: 0x0000000082000000, size: 30688 MB, Compressed Oops mode: Zero based, Oop shift amount: 3

CDS archive(s) mapped at: [0x0000000000000000-0x0000000000000000-0x0000000000000000), size 0, SharedBaseAddress: 0x0000000800000000, ArchiveRelocationMode: 0.
Narrow klass base: 0x0000000000000000, Narrow klass shift: 0, Narrow klass range: 0x0

GC Precious Log:
<Empty>

Heap:
 garbage-first heap   total 0K, used 0K [0x0000000082000000, 0x0000000800000000)
  region size 16384K, 0 young (0K), 0 survivors (0K)

[error occurred during error reporting (printing heap information), id 0xb, SIGSEGV (0xb) at pc=0x00007ff6fcb0697a]

GC Heap History (0 events):
No events

Deoptimization events (0 events):
No events

Classes unloaded (0 events):
No events

Classes redefined (0 events):
No events

Internal exceptions (0 events):
No events

VM Operations (0 events):
No events

Events (2 events):
Event: 0.003 Protecting memory [0x00007ffe201ce000,0x00007ffe201d2000] with protection modes 0
Event: 0.003 Loaded shared library /opt/java/openjdk/lib/libjava.so


Dynamic libraries:
82000000-800000000 ---p 00000000 00:00 0 
56074f915000-56074f916000 r--p 00000000 08:02 1011549                    /opt/java/openjdk/bin/java
56074f916000-56074f917000 r-xp 00001000 08:02 1011549                    /opt/java/openjdk/bin/java
56074f917000-56074f918000 r--p 00002000 08:02 1011549                    /opt/java/openjdk/bin/java
56074f918000-56074f919000 r--p 00002000 08:02 1011549                    /opt/java/openjdk/bin/java
56074f919000-56074f91a000 rw-p 00003000 08:02 1011549                    /opt/java/openjdk/bin/java
560750407000-560750496000 rw-p 00000000 00:00 0                          [heap]
7ff69edda000-7ff69f1c5000 rw-p 00000000 00:00 0 
7ff69f1c5000-7ff69f1c6000 ---p 00000000 00:00 0 
7ff69f1c6000-7ff69f433000 rw-p 00000000 00:00 0 
7ff69f433000-7ff6e6703000 ---p 00000000 00:00 0 
7ff6e6703000-7ff6e7a0a000 rw-p 00000000 00:00 0 
7ff6e7a0a000-7ff6e7aee000 ---p 00000000 00:00 0 
7ff6e7aee000-7ff6e7af3000 rw-p 00000000 00:00 0 
7ff6e7af3000-7ff6e7bd7000 ---p 00000000 00:00 0 
7ff6e7bd7000-7ff6e7bdc000 rw-p 00000000 00:00 0 
7ff6e7bdc000-7ff6e7be6000 ---p 00000000 00:00 0 
7ff6e7be6000-7ff6e7e56000 rwxp 00000000 00:00 0 
7ff6e7e56000-7ff6e8327000 ---p 00000000 00:00 0 
7ff6e8327000-7ff6e8597000 rwxp 00000000 00:00 0 
7ff6e8597000-7ff6ef786000 ---p 00000000 00:00 0 
7ff6ef786000-7ff6ef9f6000 rwxp 00000000 00:00 0 
7ff6ef9f6000-7ff6f6be6000 ---p 00000000 00:00 0 
7ff6f6be6000-7ff6f6bf3000 r--p 00000000 08:02 1011764                    /opt/java/openjdk/lib/libjava.so
7ff6f6bf3000-7ff6f6c05000 r-xp 0000d000 08:02 1011764                    /opt/java/openjdk/lib/libjava.so
7ff6f6c05000-7ff6f6c0b000 r--p 0001f000 08:02 1011764                    /opt/java/openjdk/lib/libjava.so
7ff6f6c0b000-7ff6f6c0c000 ---p 00025000 08:02 1011764                    /opt/java/openjdk/lib/libjava.so
7ff6f6c0c000-7ff6f6c0d000 r--p 00025000 08:02 1011764                    /opt/java/openjdk/lib/libjava.so
7ff6f6c0d000-7ff6f6c0e000 rw-p 00026000 08:02 1011764                    /opt/java/openjdk/lib/libjava.so
7ff6f6c0e000-7ff6f6c0f000 rw-p 00000000 00:00 0 
7ff6f6c0f000-7ff6f6c17000 rw-s 00000000 08:02 1071459                    /tmp/hsperfdata_root/12
7ff6f6c17000-7ff6fbc43000 r--s 00000000 08:02 1011787                    /opt/java/openjdk/lib/modules
7ff6fbc43000-7ff6fbc47000 r--p 00000000 08:02 1011768                    /opt/java/openjdk/lib/libjimage.so
7ff6fbc47000-7ff6fbc5a000 r-xp 00004000 08:02 1011768                    /opt/java/openjdk/lib/libjimage.so
7ff6fbc5a000-7ff6fbc60000 r--p 00017000 08:02 1011768                    /opt/java/openjdk/lib/libjimage.so
7ff6fbc60000-7ff6fbc62000 r--p 0001c000 08:02 1011768                    /opt/java/openjdk/lib/libjimage.so
7ff6fbc62000-7ff6fbc63000 rw-p 0001e000 08:02 1011768                    /opt/java/openjdk/lib/libjimage.so
7ff6fbc63000-7ff6fbd63000 rw-p 00000000 00:00 0 
7ff6fbd63000-7ff6fbd71000 r--p 00000000 08:02 1003701                    /usr/lib/x86_64-linux-gnu/libm.so.6
7ff6fbd71000-7ff6fbded000 r-xp 0000e000 08:02 1003701                    /usr/lib/x86_64-linux-gnu/libm.so.6
7ff6fbded000-7ff6fbe48000 r--p 0008a000 08:02 1003701                    /usr/lib/x86_64-linux-gnu/libm.so.6
7ff6fbe48000-7ff6fbe49000 r--p 000e4000 08:02 1003701                    /usr/lib/x86_64-linux-gnu/libm.so.6
7ff6fbe49000-7ff6fbe4a000 rw-p 000e5000 08:02 1003701                    /usr/lib/x86_64-linux-gnu/libm.so.6
7ff6fbe4a000-7ff6fbe4b000 r--p 00000000 08:02 1003746                    /usr/lib/x86_64-linux-gnu/librt.so.1
7ff6fbe4b000-7ff6fbe4c000 r-xp 00001000 08:02 1003746                    /usr/lib/x86_64-linux-gnu/librt.so.1
7ff6fbe4c000-7ff6fbe4d000 r--p 00002000 08:02 1003746                    /usr/lib/x86_64-linux-gnu/librt.so.1
7ff6fbe4d000-7ff6fbe4e000 r--p 00002000 08:02 1003746                    /usr/lib/x86_64-linux-gnu/librt.so.1
7ff6fbe4e000-7ff6fbe4f000 rw-p 00003000 08:02 1003746                    /usr/lib/x86_64-linux-gnu/librt.so.1
7ff6fbe4f000-7ff6fc0a0000 r--p 00000000 08:02 1011797                    /opt/java/openjdk/lib/server/libjvm.so
7ff6fc0a0000-7ff6fcdb9000 r-xp 00251000 08:02 1011797                    /opt/java/openjdk/lib/server/libjvm.so
7ff6fcdb9000-7ff6fd044000 r--p 00f6a000 08:02 1011797                    /opt/java/openjdk/lib/server/libjvm.so
7ff6fd044000-7ff6fd0fd000 r--p 011f4000 08:02 1011797                    /opt/java/openjdk/lib/server/libjvm.so
7ff6fd0fd000-7ff6fd132000 rw-p 012ad000 08:02 1011797                    /opt/java/openjdk/lib/server/libjvm.so
7ff6fd132000-7ff6fd18f000 rw-p 00000000 00:00 0 
7ff6fd18f000-7ff6fd1b7000 r--p 00000000 08:02 997591                     /usr/lib/x86_64-linux-gnu/libc.so.6
7ff6fd1b7000-7ff6fd34c000 r-xp 00028000 08:02 997591                     /usr/lib/x86_64-linux-gnu/libc.so.6
7ff6fd34c000-7ff6fd3a4000 r--p 001bd000 08:02 997591                     /usr/lib/x86_64-linux-gnu/libc.so.6
7ff6fd3a4000-7ff6fd3a8000 r--p 00214000 08:02 997591                     /usr/lib/x86_64-linux-gnu/libc.so.6
7ff6fd3a8000-7ff6fd3aa000 rw-p 00218000 08:02 997591                     /usr/lib/x86_64-linux-gnu/libc.so.6
7ff6fd3aa000-7ff6fd3b7000 rw-p 00000000 00:00 0 
7ff6fd3b7000-7ff6fd3b8000 r--p 00000000 08:02 997605                     /usr/lib/x86_64-linux-gnu/libdl.so.2
7ff6fd3b8000-7ff6fd3b9000 r-xp 00001000 08:02 997605                     /usr/lib/x86_64-linux-gnu/libdl.so.2
7ff6fd3b9000-7ff6fd3ba000 r--p 00002000 08:02 997605                     /usr/lib/x86_64-linux-gnu/libdl.so.2
7ff6fd3ba000-7ff6fd3bb000 r--p 00002000 08:02 997605                     /usr/lib/x86_64-linux-gnu/libdl.so.2
7ff6fd3bb000-7ff6fd3bc000 rw-p 00003000 08:02 997605                     /usr/lib/x86_64-linux-gnu/libdl.so.2
7ff6fd3bc000-7ff6fd3bd000 r--p 00000000 08:02 1003744                    /usr/lib/x86_64-linux-gnu/libpthread.so.0
7ff6fd3bd000-7ff6fd3be000 r-xp 00001000 08:02 1003744                    /usr/lib/x86_64-linux-gnu/libpthread.so.0
7ff6fd3be000-7ff6fd3bf000 r--p 00002000 08:02 1003744                    /usr/lib/x86_64-linux-gnu/libpthread.so.0
7ff6fd3bf000-7ff6fd3c0000 r--p 00002000 08:02 1003744                    /usr/lib/x86_64-linux-gnu/libpthread.so.0
7ff6fd3c0000-7ff6fd3c1000 rw-p 00003000 08:02 1003744                    /usr/lib/x86_64-linux-gnu/libpthread.so.0
7ff6fd3c1000-7ff6fd3c4000 r--p 00000000 08:02 1011769                    /opt/java/openjdk/lib/libjli.so
7ff6fd3c4000-7ff6fd3ce000 r-xp 00003000 08:02 1011769                    /opt/java/openjdk/lib/libjli.so
7ff6fd3ce000-7ff6fd3d1000 r--p 0000d000 08:02 1011769                    /opt/java/openjdk/lib/libjli.so
7ff6fd3d1000-7ff6fd3d2000 ---p 00010000 08:02 1011769                    /opt/java/openjdk/lib/libjli.so
7ff6fd3d2000-7ff6fd3d3000 r--p 00010000 08:02 1011769                    /opt/java/openjdk/lib/libjli.so
7ff6fd3d3000-7ff6fd3d4000 rw-p 00011000 08:02 1011769                    /opt/java/openjdk/lib/libjli.so
7ff6fd3d4000-7ff6fd3d6000 r--p 00000000 08:02 1003780                    /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
7ff6fd3d6000-7ff6fd3e7000 r-xp 00002000 08:02 1003780                    /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
7ff6fd3e7000-7ff6fd3ed000 r--p 00013000 08:02 1003780                    /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
7ff6fd3ed000-7ff6fd3ee000 ---p 00019000 08:02 1003780                    /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
7ff6fd3ee000-7ff6fd3ef000 r--p 00019000 08:02 1003780                    /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
7ff6fd3ef000-7ff6fd3f0000 rw-p 0001a000 08:02 1003780                    /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
7ff6fd3f0000-7ff6fd3f1000 ---p 00000000 00:00 0 
7ff6fd3f1000-7ff6fd3f2000 r--p 00000000 00:00 0 
7ff6fd3f2000-7ff6fd3f4000 rw-p 00000000 00:00 0 
7ff6fd3f4000-7ff6fd3f6000 r--p 00000000 08:02 997571                     /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
7ff6fd3f6000-7ff6fd420000 r-xp 00002000 08:02 997571                     /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
7ff6fd420000-7ff6fd42b000 r--p 0002c000 08:02 997571                     /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
7ff6fd42b000-7ff6fd42c000 ---p 00000000 00:00 0 
7ff6fd42c000-7ff6fd42e000 r--p 00037000 08:02 997571                     /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
7ff6fd42e000-7ff6fd430000 rw-p 00039000 08:02 997571                     /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
7ffe201ce000-7ffe201d2000 ---p 00000000 00:00 0 
7ffe209ad000-7ffe209ce000 rw-p 00000000 00:00 0                          [stack]
7ffe209d6000-7ffe209d9000 r--p 00000000 00:00 0                          [vvar]
7ffe209d9000-7ffe209db000 r-xp 00000000 00:00 0                          [vdso]
ffffffffff600000-ffffffffff601000 r-xp 00000000 00:00 0                  [vsyscall]


VM Arguments:
java_command: <unknown>
java_class_path (initial): <not set>
Launcher Type: SUN_STANDARD

[Global flags]
     intx CICompilerCount                          = 12                                        {product} {ergonomic}
     uint ConcGCThreads                            = 5                                         {product} {ergonomic}
     uint G1ConcRefinementThreads                  = 18                                        {product} {ergonomic}
   size_t G1HeapRegionSize                         = 16777216                                  {product} {ergonomic}
    uintx GCDrainStackTargetSize                   = 64                                        {product} {ergonomic}
   size_t InitialHeapSize                          = 2147483648                                {product} {ergonomic}
   size_t MarkStackSize                            = 4194304                                   {product} {ergonomic}
   size_t MaxHeapSize                              = 32178700288                               {product} {ergonomic}
   size_t MinHeapDeltaBytes                        = 16777216                                  {product} {ergonomic}
   size_t MinHeapSize                              = 16777216                                  {product} {ergonomic}
    uintx NonNMethodCodeHeapSize                   = 7602480                                {pd product} {ergonomic}
    uintx NonProfiledCodeHeapSize                  = 122027880                              {pd product} {ergonomic}
    uintx ProfiledCodeHeapSize                     = 122027880                              {pd product} {ergonomic}
    uintx ReservedCodeCacheSize                    = 251658240                              {pd product} {ergonomic}
     bool SegmentedCodeCache                       = true                                      {product} {ergonomic}
   size_t SoftMaxHeapSize                          = 32178700288                            {manageable} {ergonomic}
     bool UseCompressedClassPointers               = true                           {product lp64_product} {ergonomic}
     bool UseCompressedOops                        = true                           {product lp64_product} {ergonomic}
     bool UseG1GC                                  = true                                      {product} {ergonomic}

Logging:
Log output configuration:
 #0: stdout all=warning uptime,level,tags
 #1: stderr all=off uptime,level,tags

Environment Variables:
JAVA_HOME=/opt/java/openjdk
PATH=/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
LANG=en_US.UTF-8
LC_ALL=en_US.UTF-8
TERM=xterm

Signal Handlers:
   SIGSEGV: crash_handler in libjvm.so, mask=11100100010111111101111111111110, flags=SA_RESTART|SA_SIGINFO
    SIGBUS: crash_handler in libjvm.so, mask=11100100010111111101111111111110, flags=SA_RESTART|SA_SIGINFO
    SIGFPE: crash_handler in libjvm.so, mask=11100100010111111101111111111110, flags=SA_RESTART|SA_SIGINFO
   SIGPIPE: javaSignalHandler in libjvm.so, mask=11100100010111111101111111111110, flags=SA_RESTART|SA_SIGINFO
   SIGXFSZ: javaSignalHandler in libjvm.so, mask=11100100010111111101111111111110, flags=SA_RESTART|SA_SIGINFO
    SIGILL: crash_handler in libjvm.so, mask=11100100010111111101111111111110, flags=SA_RESTART|SA_SIGINFO
   SIGUSR2: SR_handler in libjvm.so, mask=00000000000000000000000000000000, flags=SA_RESTART|SA_SIGINFO
    SIGHUP: SIG_DFL, mask=00000000000000000000000000000000, flags=none
    SIGINT: SIG_DFL, mask=00000000000000000000000000000000, flags=none
   SIGTERM: SIG_DFL, mask=00000000000000000000000000000000, flags=none
   SIGQUIT: javaSignalHandler in libjvm.so, mask=11100100010111111101111111111110, flags=SA_RESTART|SA_SIGINFO
   SIGTRAP: crash_handler in libjvm.so, mask=11100100010111111101111111111110, flags=SA_RESTART|SA_SIGINFO


---------------  S Y S T E M  ---------------

OS:
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=22.04
DISTRIB_CODENAME=jammy
DISTRIB_DESCRIPTION="Ubuntu 22.04.1 LTS"
uname: Linux 4.15.0-50-generic #54-Ubuntu SMP Mon May 6 18:46:08 UTC 2019 x86_64
OS uptime: 25 days 21:09 hours
libc: glibc 2.35 NPTL 2.35 
rlimit (soft/hard): STACK 8192k/infinity , CORE infinity/infinity , NPROC infinity/infinity , NOFILE 1048576/1048576 , AS infinity/infinity , CPU infinity/infinity , DATA infinity/infinity , FSIZE infinity/infinity , MEMLOCK 16384k/16384k
load average: 5.22 5.36 4.83

/proc/meminfo:
MemTotal:       201462340 kB
MemFree:        25430368 kB
MemAvailable:   141308860 kB
Buffers:        13853956 kB
Cached:         57583164 kB
SwapCached:            0 kB
Active:         51941016 kB
Inactive:       30074616 kB
Active(anon):    9865224 kB
Inactive(anon):   827020 kB
Active(file):   42075792 kB
Inactive(file): 29247596 kB
Unevictable:       32176 kB
Mlocked:           32176 kB
SwapTotal:      12582908 kB
SwapFree:       12582896 kB
Dirty:              3432 kB
Writeback:             0 kB
AnonPages:      10596388 kB
Mapped:           946940 kB
Shmem:            174552 kB
Slab:           67939920 kB
SReclaimable:   45962952 kB
SUnreclaim:     21976968 kB
KernelStack:       37216 kB
PageTables:       135900 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    113314076 kB
Committed_AS:   120027588 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:    49921404 kB
DirectMap2M:    154877952 kB

/sys/kernel/mm/transparent_hugepage/enabled: always [madvise] never
/sys/kernel/mm/transparent_hugepage/defrag (defrag/compaction efforts parameter): always defer defer+madvise [madvise] never

Process Memory:
Virtual Size: 32971856K (peak: 32971856K)
Resident Set Size: 18852K (peak: 18852K) (anon: 6708K, file: 12144K, shmem: 0K)
Swapped out: 0K
C-Heap outstanding allocations: 24450K, retained: 77K
glibc malloc tunables: (default)

/proc/sys/kernel/threads-max (system-wide limit on the number of threads): 1572844
/proc/sys/vm/max_map_count (maximum number of memory map areas a process may have): 65530
/proc/sys/kernel/pid_max (system-wide limit on number of process identifiers): 245760

container (cgroup) information:
container_type: cgroupv1
cpu_cpuset_cpus: 0-23
cpu_memory_nodes: 0-3
active_processor_count: 24
cpu_quota: no quota
cpu_period: 100000
cpu_shares: no shares
memory_limit_in_bytes: unlimited
memory_and_swap_limit_in_bytes: not supported
memory_soft_limit_in_bytes: unlimited
memory_usage_in_bytes: 10280 k
memory_max_usage_in_bytes: 10280 k
maximum number of tasks: unlimited
current number of tasks: 3

Hyper-V virtualization detected
Steal ticks since vm start: 0
Steal ticks percentage since vm start:  0.000

CPU: total 24 (initial active 24) (4 cores per cpu, 2 threads per core) family 6 model 85 stepping 7 microcode 0xffffffff, cx8, cmov, fxsr, ht, mmx, sse, sse2, sse3, tsc, clflush, hv
CPU Model and flags from /proc/cpuinfo:
model name	: Intel(R) Xeon(R) Gold 6248R CPU @ 3.00GHz
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss ht syscall nx lm constant_tsc rep_good nopl xtopology cpuid pni cx16 hypervisor lahf_lm pti ssbd ibrs ibpb md_clear flush_l1d arch_capabilities

Online cpus: 0-23
Offline cpus: 24-239
BIOS frequency limitation: <Not Available>
Frequency switch latency (ns): <Not Available>
Available cpu frequencies: <Not Available>
Current governor: <Not Available>
Core performance/turbo boost: <Not Available>

Memory: 4k page, physical 201462340k(25429900k free), swap 12582908k(12582896k free)
Page Sizes: 4k

vm_info: OpenJDK 64-Bit Server VM (17.0.4+8) for linux-amd64 JRE (17.0.4+8), built on Jul 19 2022 00:00:00 by "temurin" with gcc 10.3.0

END.

Docker version needs to be updated to the latest

2 Likes

Hi @vakustov,

I’m agree with @cmkisme , v.18.09.6 was released 3.5 years ago, please try updating docker engine first.

Please refer to the official docker documentation for more details: Install Docker Engine on Ubuntu | Docker Docs

Thank you,
Igor

Thank you, updating docker made the trick. Though the tutorial states requirement only for docker compose version V2.

2 Likes