[vtkusers] Error: "No memory left on the GPU even for a minimal block

David E DeMarle dave.demarle at kitware.com
Wed Aug 21 11:02:01 EDT 2013


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> 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
>
> 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/0d35edbc/attachment.htm>


More information about the vtkusers mailing list