03-21-2013 12:31 PM
I am using TestStand 4.2 and I have several sequences for testing within a sequence editor file. At times when I try to make changes to one of the sequences, I will get a Sequence Edito error that states "Out of memory". Does this mean that I am using too many sequences within the sequence editor file? How can I remedy this issue?
03-22-2013 09:38 AM - edited 03-22-2013 09:40 AM
What format are you using for your files? Xml, ini, or Binary? Xml requires the most memory, binary requires the least. If you are not using binary and switch to using binary that will probably fix the problem.
Another possibility is you have some sort of memory leak so that there isn't much memory left to save the file. In a 32-bit process, you are limited to 2GB of memory, but will likely get out of memory errors sooner than that for large files due to memory fragmentation.
-Doug
03-22-2013 11:49 AM
Are you referring to the sequence files or the report files for file types?
03-22-2013 03:03 PM
sequence files.
In the Sequence File Properties dialog, you can see what the format of your files are. The default for new files is binary, but that default can be changed and the format of existing files is never changed unless you change the setting in the Sequence File Properties dialog.
-Doug