Quantcast
Channel: dotnetomaniak.pl - Artykuły z tagiem memory
Viewing all 22 articles
Browse latest View live

WTBI | Absolutne minimum o Dispose i GC pt. 2

$
0
0
Tym razem troche o Memory Profilingu.
Podbij

[EN] Set process memory limit with Process Governor | Low Level Design

$
0
0
Today I would like to introduce you to Process Governor – a new tool I added to my .NET diagnostics toolkit. This application allows you to set a limit on a memory committed by a process. I wrote this tool to test my .NET applications (including web applications) for memory leaks. With it I can check if under heavy load they won’t throw OutOfMemoryException.
Podbij

[EN] String Hazards - Custom Intern Pool | badamczewski.blogspot.com

$
0
0
This article is a continuation of my previous article. It shows how to create a custom intern pool that does not fragment the LOH and how to further improve it.
Podbij

[EN] SharePoint Memory Leaks

$
0
0
While working as a developer within SharePoint – farm solutions, every developer has come across Memory Leaks, but what actually are memory leaks and how to defend your code from them?
Podbij ↑

Blog Kokosa | MemoryVisualizer - Memory Query Language

$
0
0
Memory Visualizer wymaga udostępnienia języka zapytań odnośnie obiektów i struktur w pamięci. Jak pisałem w części Cypher, co to jest?!, język ten nazywam MQL - Memory Query Language. W istocie jest to jednak po prostu Cypher, który rozszerzę o elementy kontrolujące...
Podbij ↑

WTBI | Absolutne minimum o Dispose i GC pt. 2

$
0
0
Tym razem troche o Memory Profilingu.
Podbij ↑

[EN] Set process memory limit with Process Governor | Low Level Design

$
0
0
Today I would like to introduce you to Process Governor – a new tool I added to my .NET diagnostics toolkit. This application allows you to set a limit on a memory committed by a process. I wrote this tool to test my .NET applications (including web applications) for memory leaks. With it I can check if under heavy load they won’t throw OutOfMemoryException.
Podbij ↑

[EN] String Hazards - Custom Intern Pool | badamczewski.blogspot.com

$
0
0
This article is a continuation of my previous article. It shows how to create a custom intern pool that does not fragment the LOH and how to further improve it.
Podbij ↑

[EN] SharePoint Memory Leaks

$
0
0
While working as a developer within SharePoint – farm solutions, every developer has come across Memory Leaks, but what actually are memory leaks and how to defend your code from them?
Podbij ↑

Blog Kokosa | MemoryVisualizer - Memory Query Language

$
0
0
Memory Visualizer wymaga udostępnienia języka zapytań odnośnie obiektów i struktur w pamięci. Jak pisałem w części Cypher, co to jest?!, język ten nazywam MQL - Memory Query Language. W istocie jest to jednak po prostu Cypher, który rozszerzę o elementy kontrolujące...
Podbij ↑

Zero Garbage Collector for .NET Core 2.1 and ASP.NET Core 2.1 – TooSlowException

$
0
0
A few months ago I wrote an article about Zero GC in .NET Core 2.0. This proof of concept was based on a preview version of .NET Core 2.0. However upcoming .NET Core 2.1 contains many improvements in that field so I’ve decided to write follow up post. I’ve also answered one of the questions bothering me for a long time – how would real usage of Zero GC like in the context of ASP.NET Core application?
Podbij ↑

[EN] Strings Are Evil - Reducing memory allocations from 7.5GB to 32KB

$
0
0
Reducing memory allocations from 7.5GB to 32KB Table of Contents Context of the problem Establishing a baseline Easy win 1 Easy win 2 Splits are never cool Lists are not always nice Pooling byte arrays Goodbye StringBuilder Skipping commas The war between classes and structs Goodbye StreamReader TLDR
Podbij ↑

[.NET Internals 01] Basics of memory structure – Dawid’s blog

$
0
0
First, introductory post to my new ".NET Internals" series. Next posts will be published each Wednesday from today, so I invite you all to follow the series :) First post is the introduction to basic concepts of memory structure.
Podbij ↑

[.NET Internals 03] Boxing and unboxing – Dawid’s blog

$
0
0
Let's continue the .NET Internals series and see Boxing and Unboxing today :)
Podbij ↑

[.NET Internals 05] Garbage collection: marking, collection and heaps compaction – Dawid’s blog

$
0
0
Examining garbage collection in more details today. We'll see what is marking phase, actual collection process and heaps compaction to make it more efficient. Come and read! :)
Podbij ↑

[.NET Internals 07] Unmanaged resources: finalization, fReachable queue and dispose pattern – Dawid's blog

$
0
0
Wanna know what is fReachable queue, how finalization works in .NET and how to use a Dispose pattern? Come and read a new post in my .NET Internals series :)
Podbij ↑

[.NET Internals 08] What about Large Object Heap (LOH)? – Dawid's blog

$
0
0
Wanna know a bit more about LOH? Let's examine it in today's post about a bit forgotten Large Object Heap :)
Podbij ↑

[TooSlowException blog] Pro .NET Memory Management book pre-order

$
0
0
Hi all! I am thrilled to announce that after more than two years of intensive book writing, it is finally available for preorder! Its about 800 pages are solely dedicated to the topic of .NET memory management and its Garbage Collector. With many, many internal workings of all this. I believe, personally, that there is currently no single book or even finite set of articles online that give so comprehensive insight into this topic. As a person who sincerely loves .NET a...
Podbij ↑

Do we need JVM’s PhantomReference in .NET? – TooSlowException

$
0
0
Would be post-mortem finalization available thanks to phantom references useful in .NET? What is your opinion, especially based on your experience with the finalization of your use cases? Please, share your insights in comments!
Podbij ↑

OutOfMemory – a nerdy card game for developers! – TooSlowException

$
0
0
So…after quite a serious thing which was writing Pro .NET Memory Management book, I’ve decided to experiment with a little pet project for having some more fun. I have quite a few very interesting ideas going on in my head. Yet, I needed to choose one! And that’s how an idea of OutOfMemory game prototype materialized!
Podbij ↑
Viewing all 22 articles
Browse latest View live