00:22:30 gingeropolous: it's something with the patch, my node also wasn't stable 01:13:57 xFFFC0000: the libraries support what the cipher specs support. usually the tag size is the same as the cipher key size. 01:14:34 a tag larger than the key makes no sense, you're only getting as much security as the key size anyway 01:55:59 selsta: you also had issues with 7345? 01:57:30 vtnerd: kinda, I was running multiple patches from master with 7345 being one of them. I don't know if it was 7345 that was causing issues, have to run it again with just 7345. 13:13:02 Hi, why does monerod need RWX memory ? 13:15:39 > add_linker_flag_if_supported(-Wl,-z,noexecstack noexecstack_SUPPORTED) 13:15:39 The stack deny wx so it's in the heap. Is it related to RandomX ? 13:15:46 > add\_linker\_flag\_if\_supported(-Wl,-z,noexecstack noexecstack\_SUPPORTED) 13:15:47 The stack deny wx so it's in the heap. Is it related to RandomX ? 13:15:55 > add\_linker\_flag\_if\_supported(-Wl,-z,noexecstack noexecstack\_SUPPORTED) 13:15:56 The stack is denied wx so it's in the heap. Is it related to RandomX ? 13:26:14 https://matrix.monero.social/_matrix/media/v1/download/matrix.org/RiAzvtZFQWeTXSMfKyCYftZB 13:27:19 ok nvm I find out. Monerod kept crashing when systemd's `NoMemoryExecute=true` flag was set. Was surprised that monerod was allocating rwx, but if its jit it make sense.