|
Hi all,
I've created a simple Outlook 2007 add-in using C# which loops through a selection of Messages and examines their attachments.
I'm running this add-in on a set of ~25,000 selected Messages. Immediately, however, I notice the memory usage of Outlook...
Started by NickL on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
UPDATE
Have you tried freeing as posted in the Question above... .
Causes a memory leak whereas for does not:
OOM.NET: Part 2 - Outlook Item Leaks
Apparently there is also a Hotfix available fixing various issues regarding memory leaks.
|
|
The windows XP tasks manager can show two different columns regarding the memory usage of the processes. One is called Mem Usage and the other is VM Size (not on by default, you need to activate it)
From what I've gathered, VM size is the size of the ...
Started by shoosh on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at superuser):
So, let's recap: whatever is not currently....
Mem Usage is the actual amount of physical memory currently USED by the process, VM size is the amount of virtual memory ALLOCATED to process.
To put into relation what is actually not related.
|
|
Posted 05 January 2012 - 12:56 AM
am using XP 2002 version SP3 on a Lenovo core 2 Duo (T8100 @2.10 GHz) with 3 GB RAM
Started about 2 weeks ago
Only happens when connected to the internet
as soon as I unplug the internet cable the svchost starts decreasing...
Started by pooka's dad on
, 4 posts
by 1 people.
Answer Snippets (Read the full thread at bleepingcomputer):
Date Format: M/d/yyyy
2.98 Gb Total Physical Memory | 1.19 Gb Available Physical Memory | 39.90% Memory free
4.30 Gb Paging File | 2.48 Gb Available in Paging File | 57.61% Paging File free
Paging.
|
Ask your Facebook Friends
|
On Thu, 13 Nov 2008 06:17:02 -0800, rsys <rsys@discussions.microsoft.com
hi, I have an exchange 2003 SP2 enterprise edition. I have about 75 users.
The system has 2 GB RAM, and boot.ini has the /3GB switch etc. Following a
restart here is what...
Started by rsys on
, 13 posts
by 5 people.
Answer Snippets (Read the full thread at omgili):
See http://support.microsoft....
At to that log buffers, version table, and other in memory structures and
you got just thing.
--
______________________________________
Outlook Web Access For PDA , OWA For WAP
www.leederbyshire.com cache.
|
|
I use Outlook 2007 at home as an IMAP client and RSS feed reader. I have a problem that when I close outlook, the window exits, but the process remains running. This prevents me from opening outlook again and on Win7 prevents rapid shutdown of my computer...
Started by Scott Weinstein on
, 10 posts
by 10 people.
Answer Snippets (Read the full thread at superuser):
They may be doing housekeeping work when you exit, and the Outlook process lets them keep doing Outlook? Microsoft Office Service Pack 2 introduced a new mechanism for Outlook to exit, which should to eventually exit or it's ....
|
|
I've been using outlook for years now, and I've never run into this problem before. Using Microsoft Outlook 2007, with only 1 email account, and no more than 100 emails in my inbox (though I have many many folders, with emails in them), Outlook can sit...
Started by Ben Baril on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
There are a number of reasons that Outlook will hog memory, and this article shows a number of approaches to take to reduceIs it Outlook....
There's an excellent article on reducing Outlook memory usage here .
|
|
On Tue, 3 Feb 2009 06:13:02 -0800, Massimo Dulisse <Massimo Dulisse@discussions.microsoft.com
Well, right I am using Outlook 2003 in safe mode, on Windows XP, with a brand
new (empty) PST file and connected to an IMAP server.
The memory footprint...
Started by Massimo Dulisse on
, 11 posts
by 3 people.
Answer Snippets (Read the full thread at omgili):
But, frankly, why do you care? If you minimize Outlook and another process
needs the memory, the scheduler will swap Outlook out of memory and allow
the other process to use....
It actively and seeing a usage of 77MB.
|
|
Outlook 2007 (Exchange mailbox) randomly freezes on an XP SP3 machine. Maybe after a few minutes, maybe after a whole day. It seems to be completely random but it always happens while in the middle of typing an email. We have left it for 30 minutes to...
Started by Kez on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
Bit of a boring resolution.
What version of Outlook 2007? With or without the SP1 for office 2007?
I know the service pack updates site and download the latest updates for office/outlook 2007.
|
|
Is there a lightweight desktop application to connect to an Exchange server to just get mail? Ideally, the app would be free.
I am looking to replace Outlook for something that loads quicker and takes up less memory, etc.
Started by Richard Morgan on
, 8 posts
by 8 people.
Answer Snippets (Read the full thread at superuser):
If you want something completely free and have access to Exchange... .
Know the memory usage of this, but Zimbra Desktop
If your Exchange server has OWA/Webmail access and still use Outlook on Windows, but I also use Thunderbird on occasion.
|
|
In designing any desktop applications, are there any general rules on how much memory should the application uses?
For heavy-weight applications, those can be easily understood or at least profiled such as Firefox or Google Chrome. But for smaller utilities...
Started by chakrit on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
If you have now trimmed its RAM usage a bit but it is written in VB .NET and most of the memory used seems better memory usage....
Painfully slow so we have slowed our application slightly to reduce its memory usage.
|