Zram usually has a very high compression ratio - around 4:1 for lz4 and 6:1 for zstd. You can set zram to 40-50 GB. It will still use less than 1/2 of your ram.
Zram has an option to write poorly compressible data to the disk instead of storing it in the ram. I would split the swap partition - 3 GB for zram writeback and rest for ordinary swap.
Zram is basically a compressed swap device located in your ram. You can check the usage by running zramctl.
I would recommend setting mem_limit to 10 GB or disk_size to 40GB and algorithm to lz4.
https://github.com/ecdye/zram-config#example-configuration