Hello Martin,
MP> Michael Nemtsev schrieb:
MP>MP> What do you mean with "FW"?
Framework (.net)
MP>MP> And how do I allocate RAM? I thought C# does not have an explicit
MP> memory allocation like C/C++.
You can' allocate desired RAM directly. Coz your work with the virtual memory
Process allocates memory it does so by first reserving virtual memory and
then committing memory out of this chunk. And memory allocated when object
initialized
What u can do is to increase working set via SetProcessWorkingSetSize() and
GC Threshold via IGCHost::SetGCStartupLimits()
MP>MP> I´m doing a research in Document Clustering (at the end with up to
MP> 15 Mio. Documents)
MP>
MP> There for I need as much CPU Power and RAM as possible.
Doesnt know what's "Document Clustering" but why not to rely on .NET framework,
it's rather optimal and for server app will use "server mode"
---
WBR,
Michael Nemtsev :: blog:
http://spaces.live.com/laflour
"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche