USB Safely Remove resident memory question

Post Reply
mackintire
Posts: 1
Joined: Aug 8th, 2011, 9:52 pm

USB Safely Remove resident memory question

Post by mackintire »

How much memory does the program use when it is loaded and sitting idle in the background? This is not important for most of our new machines, but is important for our older machines.
User avatar
Igor
Developer
Posts: 602
Joined: Nov 1st, 2007, 12:44 pm
Location: Saint Petersburg
Contact:

Re: USB Safely Remove resident memory question

Post by Igor »

mackintire wrote:How much memory does the program use when it is loaded and sitting idle in the background? This is not important for most of our new machines, but is important for our older machines.
Normally it's about 10 -15 MB. But pay your attention that the memory usage depends on how many devices are connected to your computer at the same time. It's not our program requirement but system libraries that we use. They eat memory proportionally to the number of the devices when we call them. So if you have say 20 connected devices the program memory usage might raise up to 20 MBs.
Post Reply