"There is not enough memory to create the input buffer. Try specifying a smaller value for InputBufferSize." How to fix the error ?
8 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Chandrakanth Reddy Chappidi
el 1 de Sept. de 2017
Comentada: Walter Roberson
el 1 de Sept. de 2017
Hi,
I am calling the function (one of the inputs is Visa address) which opens the visa address as f=visa('agilent',visa_addr); f.OutputBufferSize = 20000000; f.InputBufferSize = 6400000; f.Timeout=20
After running the matlab code for 10 times, I am getting the error that "There is not enough memory to create the input buffer. Try specifying a smaller value for InputBufferSize." I even tried flusinput(f) at the end of function but that did not help. Please let me know how to solve this. (I also tried changing the Java Heap Memory in Preferences->General)
1 comentario
Walter Roberson
el 1 de Sept. de 2017
Are you deleting the visa object at the end of the function, or are you just allowing it to go out of scope?
Respuestas (0)
Ver también
Categorías
Más información sobre Downloads en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!