Completed
Multiple JVMs on the same machine?
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
The JVM and Docker - A Good Idea
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Overview
- 3 Deployment models
- 4 Multiple JVMs on the same machine?
- 5 JVM ergonomics
- 6 Docker
- 7 Tools
- 8 PID namespace
- 9 Tool: Htop
- 10 Limiting memory
- 11 Disabling swap
- 12 Sizing the memory for a JVM
- 13 Native Memory Tracking
- 14 Tool: jcmd
- 15 It isn't just one thread pool in Jetty!
- 16 Overriding
- 17 Solution?
- 18 Ratpack threads
- 19 It isn't just your web framework
- 20 Limiting CPU - shares
- 21 Understanding CPU shares
- 22 CPU quota
- 23 JVM inside containers