Live data from Hacker News

Ask HN: I have 24 core server with 1TB of DDR4 RAM, what should I run?

news.ycombinator.com

11–20 of 40 posts

Re: Ask HN: I have 24 core server with 1TB of DDR4 RAM, what should I run?

#12
I would definitely run KVM, and set up virt-manager locally and connect to the server remotely over SSH. Whether you sell VPSs to friends or not, you can use it as a quick scratch pad for spinning up different os's for various testing purposes, both long lived and short.

I have a similar piece of hardware but 256 GB instead of a terabyte of RAM, and that is what I do. It has come in incredibly convenient to be able to spin up VMs as needed. I started creating different VMs for purposes. I would have normally just used the same host for, and have really enjoyed it.

I also run about a dozen personal services on there, such as audio bookshelf, archive box, jellyfin, navidrome, and more. Surprisingly, the archive box instance uses quite a bit of memory and CPU, so the box does get a fair amount of exercise. I have not looked very closely, but I believe archive box is using that memory and compute mainly for running headless Chrome. I have a browser extension installed that archives nearly every page I visit automatically, so especially during busy browsing times, I keep that thing running pretty hot.

In the past I set up a self-hosted openshift instance on it, spread across six VMs. I actually loved that and the only reason I'm no longer running it is because I broke it by messing around with risky and dangerous things that no sane person should ever do, and then did not want to dedicate the time to rebuild it. Someday I will recreate it again.

Whatever you decide to do with it, this is a really awesome problem to have!

Re: Ask HN: I have 24 core server with 1TB of DDR4 RAM, what should I run?

#16
Here's a random idea: run a freely available electromagnetic simulation agent! My favorite EM solver has an "agent" that can run on a server, you simply point your local GUI to the agent and take advantage of more computational power.

https://www.simberian.com/

Re: Ask HN: I have 24 core server with 1TB of DDR4 RAM, what should I run?

#17
I have a similar setup, but with 20 cores and only 144gb ram but a 4070.

I run proxmox on it, have servers for pihole and networking, AI, docker & portainer & jellyfin.

I've just about run out of the things I want to do with it and I barely use 10% of its capacity.

Post reply on HN