Jump to content

error - LabVIEW: memory is full


Recommended Posts

Posted

Hello.

I have problem with my VI - simulation of computer network.

When I'm doing my simulation for too many stations (for 100 is OK, but for 1000 i have a problem) I get an error:

LabVIEW: Memory is full.

VI "simulation.vi" was stopped at Loop Tunnel 0xC38 of subVI "simulation.vi"

It starts well, but finally my computer (only 256MB RAM, virtual memory: max=4095) is run out of memory.

I need to simulate it for at least 5000 stations and 1000000 iterations.

Does anyone know how to solve this problem? I will be honesty thankfull...

_____

progor

Download File:post-2324-1123672562.llb

Posted

There is no data dependency between iterations so you seem to keep ALL data in memory when you don't need to. You should write data on file at each iteration of the main for loop and not build arrays of data to be written on file later.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.