Tagged articles
5 articles
Page 1 of 1
Efficient Ops
Efficient Ops
Apr 19, 2023 · Cloud Native

How We Supercharged Jenkins Performance with Docker Swarm and OpenJ9

This article details how the Industrial and Commercial Bank of China's software development center tackled Jenkins performance bottlenecks by upgrading hardware, switching to OpenJ9 JVM, and implementing Docker‑Swarm load balancing, ultimately boosting build capacity from a few thousand to over thirty‑six thousand daily jobs.

Docker SwarmJenkinsOpenJ9
0 likes · 7 min read
How We Supercharged Jenkins Performance with Docker Swarm and OpenJ9
Programmer DD
Programmer DD
Apr 1, 2021 · Fundamentals

Why AdoptOpenJDK Is the Ideal Free JDK for Your Projects

This article explains the advantages of AdoptOpenJDK—including its open‑source nature, multiple VM options, strong community testing, easy installation via package managers, and massive download numbers—making it a reliable, compliant, and cost‑free Java runtime for modern development.

AdoptOpenJDKHotSpotJDK selection
0 likes · 5 min read
Why AdoptOpenJDK Is the Ideal Free JDK for Your Projects
Programmer DD
Programmer DD
Oct 13, 2019 · Cloud Native

Shrink Java Docker Images & Halve Startup Time Using OpenJ9 & GraalVM

This article demonstrates how Java applications can be made smaller, faster to start, and more resource‑efficient in the cloud‑native era by using multi‑stage Docker builds, OpenJ9’s shared class cache and AOT compilation, and GraalVM native images, with step‑by‑step examples based on the Spring PetClinic and Micronaut projects.

DockerOpenJ9graalvm
0 likes · 19 min read
Shrink Java Docker Images & Halve Startup Time Using OpenJ9 & GraalVM