summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--chroma/gpu/photon.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/chroma/gpu/photon.py b/chroma/gpu/photon.py
index 2a9a1ff..739c922 100644
--- a/chroma/gpu/photon.py
+++ b/chroma/gpu/photon.py
@@ -145,7 +145,7 @@ class GPUPhotons(object):
del self.flags
del self.last_hit_triangles
# Free up GPU memory quickly if now available
- gc.collect()
+ #gc.collect()
class GPUPhotonsSlice(GPUPhotons):
'''A `slice`-like view of a subrange of another GPU photons array.