@dbag12345 boo
here we go :slightly_smiling_face:
Are we winning?
@Fireduck so this is the one whom helped me figure out the curiosity of prefetches missing on windows is a non-issue as the per thread penalties are low enough for being able to just pave over it with wider/deeper fetch spamming - as the intel memory guide said it would
but he’s having some ~300kH/s to ~400kH/s gap as per ram channel population asymmetries you might be able to help him pave over with arktika
Cool
he’s been getting to 1,1MH/s as far as i can see
dual socket xeon (workstation?)
the hourly average is ~1.162ish
decimals will jitter
but you should be able to get up to around 1,5 - at least i reckon
yeah dual socked zeon workstation
https://www.asus.com/Commercial-Servers-Workstations/Z9PED162L/HelpDesk_CPU/ Through innovative ASUS design, the Z9PE-D16/2L offers high power efficiency up to 90%, quad Intel® LAN, great virtualization support, and high I/O expandability. Users also obtain complete manageability via the latest ASMB6.
12 memory slots filled with 16gb modules
2x Xeon E5-2670 CPUs
so @Fireduck has been spotting java 11 being around 10% faster at this and @fydel has slapped enough many parametres on the jvm to also get abou the same boost - now what is interesting to me is whether these are mostly the same thing (better defaults) or divergent enough to be (at least partially) stackable
that's interesting - borrow some of the divergent parameters into Java 11
?
maybe
I haven't done a ton of tuning
would mixing 16 & 32gb memory modules be a bad idea?
I have no idea
I think it might be possible to continue with all RAM for snowfield 8 by mixing 12x 16gb & 4x 32gb modules
in my experimentation, it seems that memory bandwidth is way higher than needed even for ddr2
so a mix is probably fine
as long as it actually works
however, I should note that with Arktika you can spread the ram over multiple machines
and have them use each other for access to it
oh interesting
and very likely support additional cpu worker nodes
thanks for the link there
no problems
my old ass ddr2 box is maxing out 1gbe network, just switched to 10gbe last night
yeah that's interesting
my general plan is to have a fleet of cheapish 64gb or 128gb nodes
as many as needed for the current field (plus 1 so there is room for OS and such)
with 64gb nodes, the bandwidth in an out is probably less than 1gb so probably don't even need spring for 10g networking
but I am still figuring it out. For some reason my wife doesn't want me to drop $6k on hardware
:slightly_smiling_face: stealth mode
ha, hard to hide 4 or 5 systems of parts
yeah, RAM is easy to hide, thus my approach
I do have an electrician coming to put in more circuits on Monday
I'm gonna think about those smaller networked nodes - sounds very cool
probably requires skills that I don't have to setup though
nonsense
it is pretty easy, as long as you are ok with throwing up a few linux boxes
and maybe host the snow files on NFS to not need much storage on each
should be a non-issue on windows too
CIFS should do just as well, if need be
I haven't tested it much, but windows should be fine
I was running one of my memory nodes on windows for a bit
I have a freenas server running and some laptops running fedora so I can do a little there
windows is only an issue for anything hitting the disk as the os itself is noisier when ’idle’
the networked field does not need to be that performant either
you just pull the chunks off it into ram
@Fireduck You can PXE boot and use network storage to store the snowfield so you don't have to buy excess parts, or worry about copying stuff around.
I have absolutely done PXE boot for things like that
spent all my time screwing with that
these days, I'd rather screw the cheapest m2 drive I can find to the motherboard
no clutter, easy
no wires is indeed the appeal
yeah
I like the concept of pxe and don't think it should be that hard
previously I've used little usb boot drives
but it depends on what's doing it
i’m hoping someone does a mobo with a barrel jack instead of the 24 pin atx
ooh, I have a script that delivers bootable ISOs!
yeah, 24pin atx in basically insane with modern on board voltage regulation
you could just put the dc-dc conversions onto the motherboard, laptops do that
google had a paper calling for simple 12v only power like a decade ago
uh...
yep
I don't think they're going to do that.
i thought google runs on per aisle +12 -12
on board voltage regulation isn't nearly as safe as PSU
12v to the motherboard anyways, probably an AC->DC at the top of each rack
at least the one in hamina does
I have no idea,the datacenter stuff was often pretty secret and I never did one of the tourws
and the SBCs I've seen do it, often had power issues. Inserted video noise, hard drive noise, and other stuff that'd cause the things to occassionally brown out.
a higher clocked cpu/ram is also far more... touchy.
the sauna in hamina is a good one in case life ever pushes you that way
is the sauna heated by the datacenter?
no, the fish farm is
@Clueless why’d you need a script if your dhcp points at a tftp source?
see also: https://netboot.xyz/ uses iPXE to network boot Operating System installers and utilities from an easy to use menu.
@Rotonen oh, the script gives you a bootable ISO file. basically, it strips down a debian install and sets up whatever you want via script and wraps it out in a nice iso bundle, perfect for kiosks. It originated out of paranoia, building a kernel without network modules for bitcoin wallet usage and stuff.
anyway, debian base is like 200MB
gentoo
Gentoo. Top kek
I mean, if I want to be a freak, I can get raspberry pi builds down to 10MB
really cool for running from ram
here's a starting point for tinkerers https://betsol.com/2017/06/java-memory-management-for-java-virtual-machine-jvm/ Java memory management is an ongoing challenge and a skill that must be mastered to have properly tuned applications that function in a scalable manner. Fundamentally, it is the process of allocating…