Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Big memory usage #6

Open
Amoki opened this issue Aug 26, 2022 · 1 comment
Open

Big memory usage #6

Amoki opened this issue Aug 26, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@Amoki
Copy link

Amoki commented Aug 26, 2022

Hi,

I'm trying the CLI to convert a 16MB glTF to 3d-tiles and the process takes more than 10 BG of RAM until it is killed by my kernel.

The gltf file uses big coordinates (up to ~5 000 000), I don't know if it may be related.

python main.py tileset building.gltf outputs/

building.zip

@xuzhusheng xuzhusheng added the enhancement New feature or request label Aug 29, 2022
@xuzhusheng
Copy link
Owner

I check your gltf model. while spliting gltf to b3dm / i3dm, I copy the needed buffer views. for your model, it share buffer views between gltf nodes, as a result, when splited to thousands of b3dm/i3dm, the buffer data copy thousands time

@xuzhusheng xuzhusheng self-assigned this Feb 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants