Virtualization and Java: An Introduction to Memory Management

preview_player
Показать описание
In this video, we introduce you to the basic concepts of virtualization and establish fundamental principles of memory management when running Java on a hypervisor. The principles established in this video provide important background in understanding more complex topics such as memory over-commitment and ballooning which we will be examining in subsequent videos.
Рекомендации по теме
Комментарии
Автор

Excellent video. The basics/fundamentals are so important--- here the meaning, importance, and behavior of the "-Xms" and "-Xmx" java parameters is explained in a useful and accessible way.  Provides an interesting, understandable explanation and illustration of memory management in the application, the OS, and the hypervisor. 

robertgloverjr
Автор

Good job! Great intro to memory management in the virtual world. Nice comparison between application, OS, and hypervisor memory management techniques. Viewers should already be able to see the issues that one can run into. Can't wait to see the rest of the series!

TrendingThoughts
Автор

Does anyone know where the "next section" of this video is where the hypervisor can take back the memory?

kendalpercimoney