zachliu commented on issue #58509:
URL: https://github.com/apache/airflow/issues/58509#issuecomment-3597036568

   @wjddn279 thanks for looking into this 🙏 here is the `$ cat 
/sys/fs/cgroup/memory.stat` in my `dag-processor` k8s pod:
   
   ```
   anon 863424512
   file 31272960
   kernel 45211648
   kernel_stack 65536
   pagetables 4005888
   sec_pagetables 0
   percpu 0
   sock 0
   vmalloc 0
   shmem 0
   zswap 0
   zswapped 0
   file_mapped 0
   file_dirty 4096
   file_writeback 0
   swapcached 0
   anon_thp 0
   file_thp 0
   shmem_thp 0
   inactive_anon 863236096
   active_anon 49152
   inactive_file 15097856
   active_file 16175104
   unevictable 0
   slab_reclaimable 40237584
   slab_unreclaimable 782624
   slab 41020208
   workingset_refault_anon 0
   workingset_refault_file 2326
   workingset_activate_anon 0
   workingset_activate_file 0
   workingset_restore_anon 0
   workingset_restore_file 0
   workingset_nodereclaim 0
   pgscan 0
   pgsteal 0
   pgscan_kswapd 0
   pgscan_direct 0
   pgsteal_kswapd 0
   pgsteal_direct 0
   pgfault 7151249007
   pgmajfault 0
   pgrefill 0
   pgactivate 2535
   pgdeactivate 0
   pglazyfree 0
   pglazyfreed 0
   zswpin 0
   zswpout 0
   thp_fault_alloc 0
   thp_collapse_alloc 0
   ```
   
   i'll be installing `smem` with the next release 3.1.4


-- 
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]

Reply via email to