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

Repeated crashes occurred on iPhone(iPhone 13 Pro / iPhone 14 Pro) #1404

Open
AyushBharadwaj opened this issue Dec 9, 2024 · 2 comments
Open

Comments

@AyushBharadwaj
Copy link

Hello @matlabbe,

I'm facing an issue on iPhone where the app crashes repeatedly while assembling a textured mesh after scanning a large amount of data. The RAM usage increases significantly, reaching around 3.0 GB, before the crash. I need a solution to handle large data scans and successfully assemble them into a textured model without causing the app to crash.

@matlabbe
Copy link
Member

I think iOS doesn't allow Apps to take more than 5GB of RAM. Depending at which step of assembling is, it may do a temporary copy of that 3GB, increasing over the limit. Maybe that copy could be avoided, but it would require some debugging and tests to investigate.

On the short term, it is possible to generate the same textured model using the Desktop App. You can look at this example.

@Premanshu0609
Copy link

Hi , I am also facing same issue can you provide something for it's fix , as Desktop app cant be used , is there any way to optimise the assemble process ?

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