10:01:47 jperkin: will ruby 3.4 be in the next pkgsrc trunk build? 10:21:24 I don't know 10:23:43 jperkin: I have huge memory issues with ruby 3.3, the apps need double the ram as with ruby 3.2. And I would like to test if ruby 3.4 has the same memory issues :-) 10:27:01 It is strange: with macos ruby 3.2 and ruby 3.3 use the same amount of ram, but on smartos with ruby 3.3 the ram doubled. 10:28:43 I'd guess some changes to the rust jit, but without proper analysis it's impossible to know, and seems unlikely that 3.4 would fix it 10:31:24 jperkin: sorry, did not mention: I do not use YJIT at all. With YJIT the memory will increase, but not double. 10:31:48 oh you can disable that at runtime? ok 10:34:06 Yes, you can enable it with "RubyVM::YJIT.enable" and test it with "RubyVM::YJIT.enabled?" 12:18:02 Wow I can piadm remove BE that is currently running , after I piadm install &7 piadm activate a new one . Didn't expect that :P 17:24:45 Just like `sdcadm platform` on Triton. 17:49:12 the "BE" is ramdisk, so you can do anything with piadm;) 19:56:16 tsoome, :)