Could somebody walk me through why ARM based servers are so inexpensive compared to their x86 counterparts? Is performance much lower? 16 cores & 32gb of RAM for less than 25 euros seems like a bargain.
Power delivery and cooling are not cheap at datacenter levels.
Hetzner Introduces ARM64 Cloud Servers
201–210 of 342 posts
Re: Hetzner Introduces ARM64 Cloud Servers
#202Earlier quoted context omitted.
> I’ve never seen ID cards from other countries that include an address of residence. In the USA the driver's licenses are ID cards and have addresses. Or if you don't have a license you can get a regular ID card, which has an address. The laws vary from state to state about how long you can go after you move before it gets updated. I'm not aware of a legal requirement to have one though, unless you're driving.
I thought the only way in the US to prove your address of residence is collecting your last few phone bills and bank statements. It was a huge LOL moment, when I first heard about that.
Re: Hetzner Introduces ARM64 Cloud Servers
#203Theres a perception that the ARM Altra per-thread performance is really bad. But according to my Minecraft benchmarks in Oracle's instances, its better than old Skylake cloud instances... by how much is hard to say since other tenants generate so much variation, but there are proper reviews of the whole SoC floating around out there.
I've benchmarked ARM systems vs other processors. On my workload, using Intel as a baseline. AMD under performs relative to standard benchmarks. ARM over performs relative to standard benchmarks. I have seen good performance from Ampere, particularly for the price. However, ARM architecture complicates my workflow significantly. I've found that they are not worth using it right now due to compatibility issues, easier…
Re: Hetzner Introduces ARM64 Cloud Servers
#204Theres a perception that the ARM Altra per-thread performance is really bad. But according to my Minecraft benchmarks in Oracle's instances, its better than old Skylake cloud instances... by how much is hard to say since other tenants generate so much variation, but there are proper reviews of the whole SoC floating around out there.
Re: Hetzner Introduces ARM64 Cloud Servers
#205I’ve never paid much attention to Hetzner but this interested me. Upon clicking the call to action in the announcement they blocked me with “Request on Hold - Suspicous Activity Detected”. I have no interest in subjecting myself to this treatment.
Do you get this indigent over every error message you see?
Re: Hetzner Introduces ARM64 Cloud Servers
#206Earlier quoted context omitted.
You prove you don't reside on the EU, and they don't bill you the VAT. (But I believe the KYC rules aren't only because of this.)
You got my hopes up but it seems I'm stuck paying UK VAT even though I don't think it's necessary any more. I've run into this with a few different German businesses, I don't know if I'm right or they are, but it seems like they don't _have_ to charge me VAT. Which is underlined by the huge "import VAT" bill I'm dumped with when I have physical goods delivered to me in the UK.
Re: Hetzner Introduces ARM64 Cloud Servers
#207Earlier quoted context omitted.
They probably suffer from a lot of sign ups with fake IDs and with criminal intent. So I get that they are rather strict. Another thing to consider: cloud providers are not very interested in individuals as customers. They usually want companies as customers, that also buy more than a 3$ vserver. A solution for this problem could be a sign-up fee (50 or 100$), to pay for an extended manual vetting of customers, that…
> Another thing to consider: cloud providers are not very interested in individuals as customers A key theme in the "cloud vs data center" story is that most public cloud providers (AWS, etc...) were really easy to sign up, requiring a CC and nothing else. Meanwhile, hardware vendors wouldn't even talk to you as an individual / small business.
Meanwhile, my small server (not Hetzner) has been running for many years without any issues, never had to send them anything after I signed up...
Re: Hetzner Introduces ARM64 Cloud Servers
#208Earlier quoted context omitted.
This is a very German thing. I’ve never seen ID cards from other countries that include an address of residence. Also the obligation to own an ID card is a very foreign concept in most other countries. I had that issue with German companies before, especially those who rarely deal with international customers. For example in Austria only a few people own an ID card (most people have a passport, but not everyone). So…
US does not have such cards, that is why they have issues with voter verification. Most countries have free IDs for citizens.
We have issues with voter registration because it’s been politicized. Poor people are disproportionately less likely to have ID cards (because it costs money, takes time, and most people get it to drive which is expensive), less likely to have it up to date. It’s disenfranchising to mandate IDs. Whether or not it’s a problem falls down party lines and your favorite statistician’s analysis. But that’s why it’s “an issue”.
Re: Hetzner Introduces ARM64 Cloud Servers
#209So what's the point of all that? Seriously, one server with 16 cores and the memory bandwidth and storage speed of SSD drives should be able to serve many thousands of simultaneous requests and millions of users per month. I can't help but feel that the cloud infrastructure and microservice movement of the 2010s was.. a scam.
I just need a place to run Docker, similar to what we had with Linode for running a shell 20 years ago. And don't tell me how to set it all up. Just give me a turnkey Terraform (or Ansible-inspired declarative configuration management tool) setup that has stuff like load balancing and some degree of more advanced features like denial of service protection out of the box. What we used to think of as managed hosting, but open source, and with sane defaults for running standard suites like Laravel, Rails, etc.
I have to assume that I'm just terribly out of it and something like this already exists. Otherwise I can't understand why someone doesn't just offer this and provide a way for us to pay them the millions of dollars we lose to spinning our wheels on cloud infrastructure with 1% utilization.
Re: Hetzner Introduces ARM64 Cloud Servers
#210Theres a perception that the ARM Altra per-thread performance is really bad. But according to my Minecraft benchmarks in Oracle's instances, its better than old Skylake cloud instances... by how much is hard to say since other tenants generate so much variation, but there are proper reviews of the whole SoC floating around out there.
Minecraft is inherently single threaded. the success of running big servers is to run it on the fastest single core processor money can buy.
Minecraft is limited by a single thread, but some stuff does run on other threads. In addition the JDK will do compilation and GC on other threads now, which is especially apparent if you run GraalVM like you should.
Minecraft wont scale to 16 cores. But if you buy a 2C/4T instance, you are going to get less performance than you would get on a wider one.