memory共8篇
Profiling no Java: Guia prático para analisar o desempenho de aplicações Java-拾光赋

Profiling no Java: Guia prático para analisar o desempenho de aplicações Java

Profiling no Java: Guia prático para analisar o desempenho de aplicações Java, Introdução Quando aplicações são executadas, elas geram uma quantidade enorme de informaçõe...
kity的头像-拾光赋kity25天前
04511
Java tool to accurately measure object sizes and their hierarchies.-拾光赋

Java tool to accurately measure object sizes and their hierarchies.

Java tool to accurately measure object sizes and their hierarchies.,Do people fancy the idea of an agent for measuring the size of objects and their hierarchies? A good example is ...
kity的头像-拾光赋kity2个月前
02411
How to estimate Java object size-拾光赋

How to estimate Java object size

How to estimate Java object size,In Java, objects are the basic building blocks of any applications. When an object is created, memory is allocated from the heap to store its insta...
kity的头像-拾光赋kity2个月前
03014
Why Is Stack Memory Faster Than Heap Memory? Here’s What You Need to Know!-拾光赋

Why Is Stack Memory Faster Than Heap Memory? Here’s What You Need to Know!

Why Is Stack Memory Faster Than Heap Memory? Here’s What You Need to Know!,The stack memory is generally much faster than the heap memory, and there are several reasons for this s...
kity的头像-拾光赋kity2个月前
03015
JVM. Memory management-拾光赋

JVM. Memory management

JVM. Memory management, Java Virtual Machine (JVM) (3 Part Series) 1 JVM. Intro 2 JVM. Memory management 3 JVM. Garbage Collector Indirect memory access If you are familiar with lo...
kity的头像-拾光赋kity4年前
05010
Effective Java: #7 Obsolete object and memory leak-拾光赋

Effective Java: #7 Obsolete object and memory leak

Effective Java: #7 Obsolete object and memory leak,Java is the Garbage Collector programing language. What does that mean to you? I mean that the language will take care of cleanin...
kity的头像-拾光赋kity5年前
0488
How to Find Memory Leaks in Java Web Applications-拾光赋

How to Find Memory Leaks in Java Web Applications

How to Find Memory Leaks in Java Web Applications,Finding memory leaks in your Java application could be a needle in a haystack exercise if you are a rookie or intermediate Java de...
kity的头像-拾光赋kity5年前
02611
Why do Java containers (docker) take so much memory?-拾光赋

Why do Java containers (docker) take so much memory?

Why do Java containers (docker) take so much memory?,I might be doing something wrong, I was just testing how to 'dockerize' a spring boot FatJar First I tried a simple Eureka serv...
kity的头像-拾光赋kity5年前
03912