06-08-2006 05:00 PM
06-08-2006 05:23 PM - edited 06-08-2006 05:23 PM
In elements it is likely something like 2^31. In bytes it is most probably around the same number or better, depending how exactly the different queue elements are stored. I think they are stored as independent pointers so it would be theoretically better than those 2^31. In practice however starting to allocated so much memory in LabVIEW will always cause problems on nowadays computers. Without 64 bit CPU and OS going above 2 GB of memory per application is very hard and as far as I know not supported by LabVIEW.
@rocke72 wrote:How large can a LabVIEW Queue in elements and bytes?
Message Edited by rolfk on 06-09-2006 12:24 AM
06-09-2006 02:06 PM
Hello rocke72,
LabVIEW will not be the determining factor in how many elements you can use in an array. Other factors like the amount of RAM and how much memory is available will determine the size of the queues before LabVIEW. Try a simple stress test on your system to see how big the queue could get before your performance starts to suffer.
Steven T.