Page 1 of 1

USB Safely Remove resident memory question

Posted: Aug 8th, 2011, 9:55 pm
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.

Re: USB Safely Remove resident memory question

Posted: Aug 12th, 2011, 2:04 pm
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.