----- Original Message -----

> Hi,

> I have created this script to add the "owner" field of "Asset
> Information" for a number of devices (MALC).
> I put the model names in a file named ensh1 in /tmp folder and this
> scrip updates the "owner" fields of Asset information attribute of
> the mentioned models but the problem is that every time i execute
> this script, the size of memory that spectrum has occupied (VIRT)
> gets increased and has not been released until i restart the
> spectrum. I will appreciate if you help me to solve my script
> problem.

If you're using linux, then I wouldn't worry about that - VIRT is not the the 
memory currently used by the process, but: 

The total amount of virtual memory used by the task. It 
includes all code, data and shared libraries plus pages that 
have been swapped out and pages that have been mapped but not 
used. 

You should be looking at the RES (resident) memory used by the process. 

regards 
-- 
Cristi Mitrana 

---
To unsubscribe from spectrum, send email to [email protected] with the body: 
unsubscribe spectrum [email protected]

Reply via email to