converting very large obj file to glb #441
pramodwerea
started this conversation in
General
Replies: 1 comment 5 replies
-
What probably happens is that the system runs out of memory, and OOM killer kills the process. You can probably set up a larger overcommit... How much RAM does your system have? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to convert a 4GB .obj file into GLB but after executing some minutes it gives a message, KILLED. There is no other error message thrown. However, for the smaller size .obj file, it works fine. What could be the possible reason for this?
P.S. I am using glbpack for the ubuntu.
Beta Was this translation helpful? Give feedback.
All reactions