F
fniles
We are using VB.NET 2008.
The machine where the program is running at is a 16 core machine which
has 4 Gig of RAM.
When the program tried to create another thread, it says "Exception of
type 'System.OutOfMemoryException' was thrown."
When I go to Task Manager and check the Processes, "Mem Usage" for
this program is 557,268 and "VM Size" is 1,341,300 and "Threads" is
816.
These are the information from Accessories - System Tools - System
Information:
Available physical memory is 2.41 Gb.
Total virtual memory is 5.82 Gb.
Available virtual memory is 3.41 Gb.
Why 'System.OutOfMemoryException' was thrown when there are still
available physical and virtual memory ?
Thank you.
The machine where the program is running at is a 16 core machine which
has 4 Gig of RAM.
When the program tried to create another thread, it says "Exception of
type 'System.OutOfMemoryException' was thrown."
When I go to Task Manager and check the Processes, "Mem Usage" for
this program is 557,268 and "VM Size" is 1,341,300 and "Threads" is
816.
These are the information from Accessories - System Tools - System
Information:
Available physical memory is 2.41 Gb.
Total virtual memory is 5.82 Gb.
Available virtual memory is 3.41 Gb.
Why 'System.OutOfMemoryException' was thrown when there are still
available physical and virtual memory ?
Thank you.