I'm used to rendering heavier files but cycles isn't rendering the one I'm currently working on for some reason, it renders just fine in the viewport even with the sampling increased exponentially and it still only takes around 60mb of memory but when I render the scene it says out of memory and doesn't render. plus the model isn't visible through the camera with viewport render.
-
– Thariq Mirza
Jun 09 '18 at 19:06
-
there is an [edit] link at the bottom of your post so that you can include the link as part of the question an not as a comment. – Jun 09 '18 at 19:37
-
Read: Blender render crash when using subsurf modifiers. – Jun 09 '18 at 20:05
-
Possible duplicate of: Rendered image is just grey – Jun 09 '18 at 20:34
-
Issue is with memory . I think you are using the GPU for cycles rendering ..try switching to ram. – Alt C Jun 09 '18 at 19:38
-
I'm using CPU rendering as blender doesn't support my GPU – Thariq Mirza Jun 09 '18 at 20:15
-
I did get the model out in one piece though, by exporting it as an obj file and then opening it in a fresh blender file. – Thariq Mirza Jun 09 '18 at 20:18
-
Checked the model..It crashed my system too :D..you have to reduce the subdivision levels – Alt C Jun 09 '18 at 20:27
1 Answers
You have two problems:
The first one is that you have set the subsurf modifier to a very high number of subdivisions for rendering.
You have to be careful when using the subsurf modifier, as it increases the number of vertices exponentially. Using a large number of vertices will require more RAM and will use more computing resources. I doubt you need 6 levels of subdivision ever. With 6 levels of subdivision your very simple scene needs 6.5GB of RAM to render.
Use a more reasonable number. Read: Blender render crash when using subsurf modifiers.
The second problem is that you are trying to use depth of field on the camera, but have set the focus distance to zero, so your scene is completely out of focus, and it renders all gray.

Set the focus to the distance of the object , or select the object as your focus target.
Read:

