InfoQ Homepage Virtual Machines Content on InfoQ
-
Amazon EC2 Introduces Automatic Recovery of Instances by Default
Amazon recently announced that EC2 instances will now automatically recover in case they become unreachable due to underlying hardware issues. Automatic recovery migrates the instance to a different hardware while retaining instance ID, private IP addresses, Elastic IP address, and metadata.
-
Rust 1.60 Released with LLVM-Native Code Coverage Along with Rust 2024 Roadmap
Rust 1.60 stabilizes source-based code coverage using LLVM native instrumentation, re-enables incremental compilation by default, and enforces Instant monotonicity guarantees. Additionally, the Rust team has formalized its roadmap for Rust evolution until 2024.
-
Microsoft Introduces NVads A10 V5 Azure VMs in Preview for Graphics-Heavy Workloads
Microsoft recently announced the NVads A10 v5 series in preview. These virtual machines (VMs) are powered by NVIDIA A10 GPUs and AMD EPYC 74F3V(Milan) CPUs with a base frequency of 3.2 GHz and an all-core peak frequency of 4.0 GHz.
-
Compute Engine VMs Cost Optimization with Suspend/Resume
Recently, Google announced the general availability of the Suspend/Resume feature for its Compute Engine VMs. The feature provides customers better control over Google Cloud resource consumption.
-
Interview with Magnus Madsen about the Flix Programming Language
Flix, an open-source programming language inspired by many programming languages, enables developers to write code in a functional, imperative or logic style. Flix looks like Scala, uses a type system based on Hindley-Milner and a concurrency model inspired by Go. The JVM language supports unique features such as the polymorphic effect system and Datalog constraints.
-
Service Overload Detection and Remediation at LinkedIn
LinkedIn recently published how it handles overload detection and remediation in its microservices. Its solution, Hodor, provides an adaptive solution that works out of the box with no configuration. It is a platform-agnostic mechanism to run overload detectors and load shedders inside the monitored process that samples load and sheds traffic from within the application's processing chain.
-
MicroVM Virtualization Solution Firecracker Reaches 1.0
Originally developed at AWS to power AWS Lambda, Firecracker enables creating and managing secure microVMs for serverless computing.
-
GraalVM 22.0 Released with Native Image Improvements
GraalVM, a polyglot virtual machine that provides a shared runtime to execute applications written in multiple languages, has released version 22.0 with many native image improvements. The native image builder utility comes with significant improvements to speed up build times, reduce image sizes, utilize less memory to build & run images, and provide deep insights into image generation process.
-
Mold is a New Linux Linker Aiming to Outperform Lld
Mold, a modern drop-in replacement for current Unix linkers, has reached version 1.0. Written by the original creator of the LLVM lld linker, mold aims to be several times faster than its predecessor.
-
Amazon Introduces New EC2 Families G5g, M6a, Im4gn and Is4gen
At the recent re:Invent conference, Amazon introduced new EC2 instance families running on different processors, including G5g Arm-based instances, M6a AMD-based ones and storage-optimized Im4gn and Is4gen.
-
AWS Announces Next Generation Graviton3 Processors
Amazon announced the next generation Graviton3 processors and the preview of the EC2 C7g instances. The cloud provider claims that the new instance type running the latest Arm-based processors will provide better compute, higher floating-point and faster cryptographic performances.
-
Microsoft Announces the General Availability of NDm A100 v4 Series Virtual Machines
Recently, Microsoft announced the general availability (GA) of a brand-new virtual machine (VM) series in Azure, the NDm A100 v4 Series - featuring NVIDIA A100 Tensor Core 80 GB GPUs. This high-performance computing (HPC) VM is designed to deliver high performance, scalability, and cost efficiency for various real-world HPC workloads.
-
GraalVM 21.3 Supports Java 17
Oracle Labs released GraalVM 21.3, featuring support for Java 17 and JDK Flight Recorder (JFR) for low-overhead production profiling of native Java executables. Compared to version 21.1 from April 2021, this release creates 14% smaller native executables for Spring PetClinic JDBC with 20% less build time. The release runs applications faster and begins to support the Java Platform Module System.
-
Google Announces the Preview of Anthos for VMs
During the Google Cloud Next'21 virtual event, Google announced the preview of Anthos for Virtual Machines(VMs). Furthermore, the company introduced a new Anthos Multi-Cloud API, which will become generally available in Q4.
-
IBM Introduces the Semeru Runtimes for OpenJ9
IBM introduced the no-cost Semeru Runtimes that use the class libraries from OpenJDK together with the Eclipse OpenJ9 Java Virtual Machine (JVM). The runtimes based on OpenJ9 may be used as an alternative for runtimes based on HotSpot. Previously AdoptOpenJDK produced binaries with OpenJ9, however, that’s no longer legally allowed since their move to the Eclipse Foundation under the name Adoptium.