The same happened to me a while ago, that was because I was using creating (by mistake) the NH SessionFactory in each test fixture. When I fixed that it fall below 100mb... I mean, are you sure there's not an error in your script/code? ;-)
My Visual Studio.Net is consuming 636MB of ram right now. Visual Studio is not the most light weight IDE and I think Resharper adds to that footprint, albeit Resharpers footprint is well worth it.
> 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
Partial writes, IO_Uring and safety - 15 hours from now
Configuration values & Escape hatches - 4 days from now
What happens when a sparse file allocation fails? - 6 days from now
NTFS has an emergency stash of disk space - 8 days from now
Challenge: Giving file system developer ulcer - 11 days from now
And 4 more posts are pending...
There are posts all the way to Feb 17, 2025
RECENT SERIES
Challenge
(77): 20 Jan 2025 - What does this code do?
Answer
(13): 22 Jan 2025 - What does this code do?
Comments
I'm more interested in what kind of magical version of Visual Studio you have that you have going on that only consumes that much memory....
Good grief, what are you doing?
Sometimes I find we do things big just because we can, rather than because we need to.
Joe, when there is something consuming too much memory, the other programs will forced to use less. The virtual memory comes into play.
I think that's the reason.
The same happened to me a while ago, that was because I was using creating (by mistake) the NH SessionFactory in each test fixture. When I fixed that it fall below 100mb... I mean, are you sure there's not an error in your script/code? ;-)
unit tests consume up to 1.5 gig of memory, at peaks, but we know it's because of a memory bug.
I'm with Joe here... However did you ever get VS down to 150MB?
My Visual Studio.Net is consuming 636MB of ram right now. Visual Studio is not the most light weight IDE and I think Resharper adds to that footprint, albeit Resharpers footprint is well worth it.
Hmmm...my VS Memory hovers around 150 MB consistently and I have a solution with 35 projects in it.
Looks like unit tests to me...
How many individual unit test assemblies do you have?
Comment preview