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

File Size Limit? #5

Open
Vmbundu opened this issue Jun 3, 2022 · 4 comments
Open

File Size Limit? #5

Vmbundu opened this issue Jun 3, 2022 · 4 comments

Comments

@Vmbundu
Copy link

Vmbundu commented Jun 3, 2022

Greetings,
I was wondering if there is a maximum file size limit for the vdbconvert executable? I ask because it seems I can't use the executable on vdb files that are larger than 200 KB; Past that, I get a bad alloc error.

@njroussel
Copy link
Member

Hi @Vmbundu,
There isn't an explicit file size limit AFAIK. You should be able to convert larger files. I've recently converted the smoke2 sample ~28MB without any issues.

@Vmbundu
Copy link
Author

Vmbundu commented Jun 3, 2022

Could there be another reason why I am getting a bad alloc call?

@Vmbundu
Copy link
Author

Vmbundu commented Jun 3, 2022

I used the armadillo sample model and got the bad alloc call

@merlinND
Copy link
Member

merlinND commented Jun 7, 2022

Hi @Vmbundu,

I think the best way to track this down would be to compile in debug mode, run the conversion in gdb and look at the stack trace when the bad alloc occurs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants