NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Error Not enough storage

I'm making modification to the LV operator interface .
Now I'm running a test unit in owr lab that is running constant.
And they have several problems.
At least once a day they are getting a message

`Not enough storage is availble to complete this operation
in Test-Stand -Handle Trace Event.vi - Test-Stand.simple
VI message Handler.vi`

When this message appears they can't go back and
they have to reboot the computer.
Note:
The Handle Trace Event.vi was changed by adding several items.

And another problem that during the day the computer is getting slow
and they have to reboot the computer again.
0 Kudos
Message 1 of 3
(3,140 Views)
Have you ensured that there are no memory leaks in your code? Sounds like you may have a leak in your code. If you neglect to close references in your modified VI, you may be creating a leak. The computer is getting slower because you are running out of physical memory and you are swapping in your hard drive to make up for the low memory. You can monitor your resource use with a utility like taskinfo2000 and verify this.

Tak Yamada
National Instruments
http://www.ni.com/ask
0 Kudos
Message 2 of 3
(3,140 Views)
It seems that this problem happens when i'm using short sequences a lot of times ,I double check my codes and didn't found any problems in memory leaks , the problem is happennig only if i'm running the codes in Teststand.
0 Kudos
Message 3 of 3
(3,140 Views)