[vtkusers] Error: "No memory left on the GPU even for a minimal block
David Hope ARA/SED
dhope at ara.com
Wed Aug 21 11:54:40 EDT 2013
Thanks for the response. Personally I've found Activiz to be useful, but it's only a small amount of what I'm working on that I'm using it or VTK. I do suspect in this instance that the core issue is in VTK itself and probably was resolved in 6.0.
Thanks,
David
From: David E DeMarle [mailto:dave.demarle at kitware.com]
Sent: Wednesday, August 21, 2013 11:02 AM
To: David Hope ARA/SED
Cc: vtkusers at vtk.org
Subject: Re: [vtkusers] Error: "No memory left on the GPU even for a minimal block
Please report it on the vtk bug tracker. http://vtk.org/Bug/my_view_page.php
Please note that unfortunately there hasn't been enough interest to fund Activiz's necessary upkeep and maintenance. Thus the likelihood of this being fixed in any official release is low.
Even so, reporting the issue on the bug tracker will be helpful when someone else who runs into the same problem.
David E DeMarle
Kitware, Inc.
R&D Engineer
21 Corporate Drive
Clifton Park, NY 12065-8662
Phone: 518-881-4909
On Tue, Aug 20, 2013 at 2:44 PM, David Hope ARA/SED <dhope at ara.com<mailto:dhope at ara.com>> wrote:
Upon further investigation, here is what I found...
The Activiz wrapper treats the GPU memory size as a "signed int", so the new computer had more than 2GB of GPU memory, so the system believed that it had a negative amount of memory.
I'm not sure if the issue starts/stops at the Activiz wrapper, or is also in the C++ base code. This is the case in Activiz for VTK 5.8.0, I'm not sure if the issue has been resolved since then.
My workaround is to check to see if the Maximum GPU memory is <0 to set it to 1.9GB, that seems to resolve the issue for me.
How do I report the issue?
David
_______________________________________________
Powered by www.kitware.com<http://www.kitware.com>
Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html
Please keep messages on-topic and check the VTK FAQ at: http://www.vtk.org/Wiki/VTK_FAQ
Follow this link to subscribe/unsubscribe:
http://www.vtk.org/mailman/listinfo/vtkusers
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20130821/8e0d7786/attachment.htm>
More information about the vtkusers
mailing list