I develop an application that creates a bunch of pdf reports with a sql as data srouce.
In this graphic you can see the allocated space of this application when do a job with 500,100,100 and 500 PDF Files.
The Problem is, that the allocated space…
I guess I'm have a serious memory leak on one of my C# executables (it's a console application). The memory size keeps on increasing and overtime I need to restart the application to bring the memory usage down. I'm using a FileSystemWatcher and…
I tried to install antspyx via pip install antspyx.
Why does pip not found my local ITK installation? It is installed in /usr/lib (package insight-toolkit installed via pacman).
ANTs open source provides transform functions that can move(frequently referred as normalizing or registration in neuroscience) one's brain MR image to other's brain MR image.
But I got an error below : not all MR images but some MR images make…
I am doing some research on the memory usage of ASP.NET MVC web applications.
For my research i am using Windows Server 2008 R2 with IIS 6.1 and SQL Server 2008 R2 in Virtualbox 4.1.
I chose to use a virtual server because it was not an option to…
We're working on a project for a customer that uses ASP.NET C# with EF 6 and .Net Framework 4.6.1. We have some Integration Tests and Unit Tests which are running a bit slow, so we decided to run a profiler. In our searches, we came across ANTS…
My .net application process will not stop running. I can use ANTS to profile it, but all examples talk about increasing memory and new instances. How do I find out what is preventing the application from exiting.
I have done snapshots while the…
I have a fairly large and complex ASP.Net application which uses ASP.Net / C# 3.5 / SQL Server 2005 / LINQ to SQL. When a single user is using the system it runs very quickly, however once we start getting half a dozen users submitting at once it…
My page is crashing after some time on Azure.
I have this snapshot summary:
Then I check Gen 2, and as far I understand we are looking for the one who is consuming the most memory or amount of instances:
I clicked System - Byte[] instance…
We have web Application built in AngularJS, ReBus and NHibernate. While working on Performance optimization, REDGATE's ANTS Profiler shows that most of the time required to execute MessageQueue.StaleSafeReceiveMessage
And Call Graph will look like…
I am using Ants Profiler to profile my ASP.Net application. The profiler shows the system spend nearly 30% time in "Assembly load or unload" and there was a hit count of 65. Any ideas on how can I optimize the "Assembly load or unload" time??
My…
I'm profiling a code but I want to know if Ants can display Userprocesstime and Kernelprocesstime(Privilegedprocesstime) because I can find just options (Cpu time & wall clock time)
I have my styles and templates defined in multiple xaml files. I have one xaml file called colors.xaml which is just a resource dictionary with colors and brushes. All other files reference this resource dictionary.
After reading…
I have a custom ModelBinder, which, when I load test my app, and run Ants profiler on, identified reading the Request.Content as string as a hotspot:
public class QueryModelBinder : IModelBinder
{
public bool BindModel(HttpActionContext…
I've created a new Windows Forms .NET v3.5 solution and added Patterns and Practices Unity references with the following command using Package Manager Console on visual studio:
Install-Package Unity -Version 2.1.505.2
To simplify, the little app…