That is EXACTLY what my experience was the one time I tried to use JetBrains' memory profiler to figure out an OutOfMemory issue. I thought it was funny - and useless. The performance profiler works great, though.
Also, the name 'OutOfMemoryException' is a bit misleading. You can get the exception even if you have available memory. A better name would be CouldNotAllocateMemoryException.
The Jetbrains memory profiler has been immensely useful to me to clean out all the garbage of dangling references off static events, funny garbage collector handles, misbehaving 3rd party UI and OOMs due to running out of GDI objects and what not in a Winforms App. Irony or not, it can be a pretty useful tool.
> Email-style angle brackets
> are used for blockquotes.
> > And, they can be nested.
> #### Headers in blockquotes
>
> * You can quote a list.
> * Etc.
Horizontal Rules
Three or more dashes or asterisks:
---
* * *
- - - -
Manual Line Breaks
End a line with two or more spaces:
Roses are red,
Violets are blue.
Fenced Code Blocks
Code blocks delimited by 3 or more backticks or tildas:
```
This is a preformatted
code block
```
Header IDs
Set the id of headings with {#<id>} at end of heading line:
## My Heading {#myheading}
Tables
Fruit |Color
---------|----------
Apples |Red
Pears |Green
Bananas |Yellow
Definition Lists
Term 1
: Definition 1
Term 2
: Definition 2
Footnotes
Body text with a footnote [^1]
[^1]: Footnote text here
Abbreviations
MDD <- will have title
*[MDD]: MarkdownDeep
FUTURE POSTS
No future posts left, oh my!
RECENT SERIES
Challenge
(75): 01 Jul 2024 - Efficient snapshotable state
Recording
(14): 19 Jun 2024 - Building a Database Engine in C# & .NET
Comments
I'd think you need a full reboot :o)
No, Ayende, THAT is ReSharper.
:)
no, the real irony here is the Ants Memory Profiler ad that i'm seeing on the right-side of this page right now :)
The new ants UI is great, but the program is slow and buggy as hell. I get much better results from JetBrains product.
That is EXACTLY what my experience was the one time I tried to use JetBrains' memory profiler to figure out an OutOfMemory issue. I thought it was funny - and useless. The performance profiler works great, though.
Had similar experience a few years ago using the jetbrains memory profiler. Have a look at yourkit .net profile, it handles things much better.
Why do people try to fix OutOfMemoryException? Isn't it obvious that they only need to add some more memory.
Also, the name 'OutOfMemoryException' is a bit misleading. You can get the exception even if you have available memory. A better name would be CouldNotAllocateMemoryException.
Smart guy, more memory dont resolve the problem.
First because you can say this to Your client
Anyway it won't work, this exception mean that don't exists continuous memory space at virtual memory
The Jetbrains memory profiler has been immensely useful to me to clean out all the garbage of dangling references off static events, funny garbage collector handles, misbehaving 3rd party UI and OOMs due to running out of GDI objects and what not in a Winforms App. Irony or not, it can be a pretty useful tool.
@Erik - What's it have to do with resharper?
@Fujiy: Never heard of ironic? I think smart guy is just trying to be funny. :)
BTW: I think ANTS Profiler and Jetbrains Profiler are both excellent products. Both helped me a lot.
@NC - I looked at the stack trace and saw ReSharper, which sync'd with my experiences with tool. I should have generalized to say 'JetBrains' instead.
I was only kidding anyway. I love JetBrains tools when they aren't starved for RAM.
Seen this as well. Too bad they don't have an x64 version.
@Erik - OHHH I only saw JetBrains, didn't see resharper in it.
Oh, wait, looks like they DO have x64 version now. This should help.
That's why you should switch to Telerik JustCode. I've been using it since the early betas and love it WAY more than ReSharper or CodeRush. :)
Comment preview