SIMULATAN
12/31/2024, 1:01 PMktor-networking
to establish a TCP connection and periodically (every 10s) ktor-client-curl
to fetch two endpoints.
From the getgo, the application is using about 70 MB of RAM (see the attached screenshot). Is this expected? What causes it to be so high? That's more than the actually used heap space of similarly sized JVM applications. Is this just what it allocated, but not what it actually used, similarly to what the JVM does?loke
01/01/2025, 6:31 AM