nwc10 currently is peak memory usage for the build during setting compilation? 09:49
and how big is it?
(roughly)
and is there a good way to get the GC to tell us how much memory (total) is in allocated objects?
(ie the sum of the ->size, not the bits that dangle off)
timotimo the moar-gdb.py tool ha something for that 10:21
for the gen2 it only samples a portion of all objects, but you can set the sample count up to get more 10:22
nwc10: for an rm CORE.setting.moarvm and then time make m-install i get: 54.67user 0.46system 0:56.90elapsed 96%CPU (0avgtext+0avgdata 744776maxresident)k 10:24
that still seems like a lot to me
nwc10 Thanks, that's still a somewhat useful number 10:25