property
jsc.MemoryUsage.current
current: number
The physical memory the process is using right now. The same measurement as process.memoryUsage().rss: the resident set size on Linux and Windows, and on macOS the memory footprint that Activity Monitor shows (phys_footprint, which also counts compressed pages and leaves out clean file-backed ones).