asheldon Posted November 5, 2009 Share Posted November 5, 2009 I have been developing a Batch image resizing program with dotnet framework and came accross the same problem as paint.net has with regards to only allowing images that can fit to available ram. BUT Why doesnt dotnet offload what it cant store in ram to the pagefile (virtual)? I thought that if a program requires more ram than available, the windows kernel passes other programs on to pagefile. Can anyone explain why dotnet fails to use vram??? Thanks Andy Link to comment Share on other sites More sharing options...
Rick Brewster Posted November 6, 2009 Share Posted November 6, 2009 asheldon, This is not a forum for C#, .NET, or programming questions. You will need to find help elsewhere. Thread Closed The Paint.NET Blog: https://blog.getpaint.net/ Donations are always appreciated! https://www.getpaint.net/donate.html Link to comment Share on other sites More sharing options...
Recommended Posts