-
jfqd1jperkin: will ruby 3.4 be in the next pkgsrc trunk build?
-
jperkinI don't know
-
jfqd1jperkin: 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 :-)
-
jfqd1It 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.
-
jperkinI'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
-
jfqd1jperkin: sorry, did not mention: I do not use YJIT at all. With YJIT the memory will increase, but not double.
-
jperkinoh you can disable that at runtime? ok
-
jfqd1Yes, you can enable it with "RubyVM::YJIT.enable" and test it with "RubyVM::YJIT.enabled?"
-
nikolamWow I can piadm remove BE that is currently running , after I piadm install &7 piadm activate a new one . Didn't expect that :P
-
danmcdJust like `sdcadm platform` on Triton.
-
tsoomethe "BE" is ramdisk, so you can do anything with piadm;)
-
nikolamtsoome, :)