You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When converting gltf to xkt, the attached file takes ~2GB of memory with xkt v6 but crashes with JavaScript heap out of memory and more than 4 GB of memory with v10.
Is this expected?
I tried to allow more memory with NODE_OPTIONS=--max-old-space-size=8192, without success.
The text was updated successfully, but these errors were encountered:
When converting gltf to xkt, the attached file takes ~2GB of memory with xkt v6 but crashes with
JavaScript heap out of memory
and more than 4 GB of memory with v10.Is this expected?
I tried to allow more memory with
NODE_OPTIONS=--max-old-space-size=8192
, without success.The text was updated successfully, but these errors were encountered: