Hetzner Introduces ARM64 Cloud Servers
41–50 of 342 posts
Re: Hetzner Introduces ARM64 Cloud Servers
#42Never figured out how to use Hertzner. Wanted to try since they get such a good reputation on here, but they banned my account when their system presented no way for me to verify my identity. The required either PayPal or passport. I have no PayPal account, and their 3rd party verification system only allows passport from your country of residence (signup requires providing a contact address and they pre fill using t…
Re: Hetzner Introduces ARM64 Cloud Servers
#43Did a quick comparison between intel 2 vCPU and Arm 2 vCPU, these are shared CPUs though so YMMV: sysbench cpu --threads=2 run Intel events per second: 1864.20 Arm events per second: 6687.05 Coremark Intel iterations/sec: 20077.633516 Arm iterations/sec: 23625.767837
If you have access to them a much more informative datapoint would be `openssl speed rsa` or `lzbench`. Sysbench is just a stunt it doesn't indicate much at all.
Re: Hetzner Introduces ARM64 Cloud Servers
#44Perfect build servers for native AARCH64 compiling (though you can use distcc), really wish AWS had spot pricing for ARM..
Re: Hetzner Introduces ARM64 Cloud Servers
#45Re: Hetzner Introduces ARM64 Cloud Servers
#46Never figured out how to use Hertzner. Wanted to try since they get such a good reputation on here, but they banned my account when their system presented no way for me to verify my identity. The required either PayPal or passport. I have no PayPal account, and their 3rd party verification system only allows passport from your country of residence (signup requires providing a contact address and they pre fill using t…
They seem pretty good at writing back to people. Have you contacted them? It's normal for new accounts to get suspended pending KYC checks. But they also do the checks pretty fast.
Re: Hetzner Introduces ARM64 Cloud Servers
#47Theres 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
#48Earlier quoted context omitted.
These are VPSs. You can SSH, use the root user, and when setting up you can choose what OS to use, they give a list or iirc they let you upload your own ISO.
Any recommendations for an uncomplicated server OS which will just run Docker, SSH and not much more? I'm currently running Ubuntu but am open to alternatives. My local Raspberry Pi uses a fun, but little maintained OS called Hypriot which is just this: Start Docker and not much more.
Maintained, light on logging unless you ask for it (saves your SD card from wear and tear), and focused on low host-os resource usage while still being Debian-based.
Re: Hetzner Introduces ARM64 Cloud Servers
#49Did a quick comparison between intel 2 vCPU and Arm 2 vCPU, these are shared CPUs though so YMMV: sysbench cpu --threads=2 run Intel events per second: 1864.20 Arm events per second: 6687.05 Coremark Intel iterations/sec: 20077.633516 Arm iterations/sec: 23625.767837
If you have access to them a much more informative datapoint would be `openssl speed rsa` or `lzbench`. Sysbench is just a stunt it doesn't indicate much at all.
dd if=/dev/urandom of=1GB.bin bs=64M count=16 iflag=fullblock
Intel:
Compressor Compress. Decompress. Compr. size Ratio Filename
memcpy 5062 MB/s 5013 MB/s 1073741824 100.00 1GB.bin
zstd 1.5.2 -2 2083 MB/s 4743 MB/s 1073766410 100.00 1GB.bin
zstd 1.5.2 -5 210 MB/s 4775 MB/s 1073766410 100.00 1GB.bin
zstd 1.5.2 -9 85.5 MB/s 4774 MB/s 1073766410 100.00 1GB.bin
Arm:
Compressor Compress. Decompress. Compr. size Ratio Filename
memcpy 10876 MB/s 10950 MB/s 1073741824 100.00 1GB.bin
zstd 1.5.2 -2 3175 MB/s 11168 MB/s 1073766410 100.00 1GB.bin
zstd 1.5.2 -5 192 MB/s 10967 MB/s 1073766410 100.00 1GB.bin
zstd 1.5.2 -9 146 MB/s 10909 MB/s 1073766410 100.00 1GB.bin
Re: Hetzner Introduces ARM64 Cloud Servers
#50Never figured out how to use Hertzner. Wanted to try since they get such a good reputation on here, but they banned my account when their system presented no way for me to verify my identity. The required either PayPal or passport. I have no PayPal account, and their 3rd party verification system only allows passport from your country of residence (signup requires providing a contact address and they pre fill using t…