ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

361 results

The Debug Zone
Understanding Java Native Memory Allocation: Sources and Insights Explained

In this video, we delve into the intricacies of Java native memory allocation, a crucial aspect of Java performance and efficiency.

3:35
Understanding Java Native Memory Allocation: Sources and Insights Explained

24 views

1 year ago

Ingo Kegel
Finding a memory leak with JProfiler (old)

There is a newer version of this screen cast: https://www.youtube.com/watch?v=032aTGa-1XM This version is outdated with ...

3:55
Finding a memory leak with JProfiler (old)

3,871 views

8 years ago

TechPrep
Compile Time vs Run Time | Simply Explained

This is a solution to the classic Compile Time vs. Run Time technical interview question. Links Solution Write Up ...

2:32
Compile Time vs Run Time | Simply Explained

22,751 views

1 year ago

The Debug Zone
Optimizing Unused Space in Java Heap: Tips for Efficient Memory Management

In this video, we delve into the often-overlooked aspect of Java memory management: optimizing unused space in the Java heap.

2:16
Optimizing Unused Space in Java Heap: Tips for Efficient Memory Management

2 views

1 month ago

The Debug Zone
Understanding Java int Memory Usage: Key Insights and Best Practices

In this video, we delve into the intricacies of Java's memory management, focusing specifically on the usage of the `int` data type.

2:51
Understanding Java int Memory Usage: Key Insights and Best Practices

0 views

1 month ago

The Debug Zone
Java Out of Memory Error: Causes, Solutions, and Best Practices Explained

In this video, we dive deep into the notorious Java Out of Memory Error, a common yet perplexing issue that developers face.

3:12
Java Out of Memory Error: Causes, Solutions, and Best Practices Explained

5 views

9 months ago

The Debug Zone
Understanding Java Class Memory Alignment: Challenges and Solutions Explained

In this video, we delve into the intricate world of Java class memory alignment, a crucial aspect that can significantly impact ...

1:31
Understanding Java Class Memory Alignment: Challenges and Solutions Explained

2 views

10 months ago

Roel Van de Paar
Ubuntu: How to increase memory allocated to java? java.lang.OutOfMemoryError: Java heap space?

Ubuntu: How to increase memory allocated to java? java.lang.OutOfMemoryError: Java heap space? (2 Solutions!) Helpful?

1:45
Ubuntu: How to increase memory allocated to java? java.lang.OutOfMemoryError: Java heap space?

115 views

5 years ago

The Debug Zone
Understanding Lambda Memory Assignment and Non-Superclass References in Java

In this video, we delve into the intricacies of lambda expressions in Java, focusing on memory assignment and the nuances of ...

1:36
Understanding Lambda Memory Assignment and Non-Superclass References in Java

2 views

2 months ago

The Debug Zone
Does BufferedReader Load Entire File into Memory? Understanding Java I/O

In this video, we dive into the intricacies of Java I/O, specifically focusing on the BufferedReader class. Many developers wonder ...

1:56
Does BufferedReader Load Entire File into Memory? Understanding Java I/O

1 view

2 months ago

Padraic Edgington
11.  Heap Allocation and Access

Introduction to the concepts of heap memory. Includes discussion of memory allocation, deallocation and access.

3:06
11. Heap Allocation and Access

4,493 views

8 years ago

Roel Van de Paar
Force memory allocation for Java VM in Windows 7 32-bit

Force memory allocation for Java VM in Windows 7 32-bit Helpful? Please support me on Patreon: ...

2:09
Force memory allocation for Java VM in Windows 7 32-bit

3 views

4 years ago

Roel Van de Paar
Software Engineering: Memory allocation while calling a sequence of functions in Java

Software Engineering: Memory allocation while calling a sequence of functions in Java Helpful? Please support me on Patreon: ...

2:36
Software Engineering: Memory allocation while calling a sequence of functions in Java

4 views

3 years ago

The Debug Zone
Fixing java.lang.OutOfMemoryError: GC Overhead Limit Exceeded in Java

In this video, we delve into one of the most common challenges Java developers face: the dreaded `java.lang.OutOfMemoryError: ...

1:54
Fixing java.lang.OutOfMemoryError: GC Overhead Limit Exceeded in Java

11 views

4 months ago

Roel Van de Paar
Software Engineering: Heap vs Stack Memory in java

Software Engineering: Heap vs Stack Memory in java Helpful? Please support me on Patreon: ...

2:02
Software Engineering: Heap vs Stack Memory in java

5 views

3 years ago

The Debug Zone
Spring Boot High Memory Usage: Causes, Solutions, and Best Practices

In this video, we delve into the common issue of high memory usage in Spring Boot applications. As developers, understanding ...

2:45
Spring Boot High Memory Usage: Causes, Solutions, and Best Practices

7 views

3 months ago

Roel Van de Paar
DevOps & SysAdmins: java memory allocation under linux (4 Solutions!!)

DevOps & SysAdmins: java memory allocation under linux Helpful? Please support me on Patreon: ...

3:10
DevOps & SysAdmins: java memory allocation under linux (4 Solutions!!)

5 views

4 years ago

The Debug Zone
Fixing JRE Out of Memory Errors in Docker: Solutions and Best Practices

In this video, we dive into a common challenge faced by developers using Java applications in Docker containers: Out of Memory ...

1:30
Fixing JRE Out of Memory Errors in Docker: Solutions and Best Practices

4 views

4 months ago

The Debug Zone
Fixing java.lang.InternalError: Unsafe Memory Access in Compiled Java Code

In this video, we delve into a common yet perplexing issue faced by Java developers: the `java.lang.InternalError: Unsafe Memory ...

2:05
Fixing java.lang.InternalError: Unsafe Memory Access in Compiled Java Code

0 views

1 month ago

Roel Van de Paar
Unix & Linux: Monitoring Java process memory utilization

Unix & Linux: Monitoring Java process memory utilization Helpful? Please support me on Patreon: ...

1:21
Unix & Linux: Monitoring Java process memory utilization

24 views

5 years ago

Roel Van de Paar
Software Engineering: Does Java have automatic memory management? (3 Solutions!!)

Software Engineering: Does Java have automatic memory management? Helpful? Please support me on Patreon: ...

1:52
Software Engineering: Does Java have automatic memory management? (3 Solutions!!)

2 views

3 years ago

The Debug Zone
How to Analyze a Truncated Java Heap Dump (hprof) File: Tips & Tools

In this video, we dive into the essential techniques for analyzing a truncated Java heap dump (hprof) file. Understanding heap ...

1:54
How to Analyze a Truncated Java Heap Dump (hprof) File: Tips & Tools

64 views

9 months ago

The Debug Zone
How to Increase Heap Size for Java Process in Gradle Run Task

In this video, we'll explore the essential steps to increase the heap size for Java processes when using the Gradle run task.

1:32
How to Increase Heap Size for Java Process in Gradle Run Task

3 views

2 months ago

Roel Van de Paar
What are the significant memory management models aside from Java (GC) and C++ (manual approach)?

Software Engineering: What are the significant memory management models aside from Java (GC) and C++ (manual approach)?

1:42
What are the significant memory management models aside from Java (GC) and C++ (manual approach)?

2 views

3 years ago

The Debug Zone
Why Are Dynamically Allocated Variables Not in Consecutive Memory Locations?

In this video, we delve into the intriguing world of dynamic memory allocation and explore why dynamically allocated variables ...

1:59
Why Are Dynamically Allocated Variables Not in Consecutive Memory Locations?

0 views

3 months ago