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

3dtiles: アトラス処理時のメモリ不足を解消 #625

Open
nokonoko1203 opened this issue Aug 28, 2024 · 1 comment
Open

3dtiles: アトラス処理時のメモリ不足を解消 #625

nokonoko1203 opened this issue Aug 28, 2024 · 1 comment
Assignees
Labels
Milestone

Comments

@nokonoko1203
Copy link
Collaborator

nokonoko1203 commented Aug 28, 2024

  • 22203_numazu-shi_city_2023_citygml_2_op/udx/frn/52385618_frn_6697_op.gmlのように、高解像度なテクスチャが大量に存在する場合は、アトラス化処理を行うと(おそらくメモリ不足で)落ちる
    • スレッドを立ち上げすぎている
    • 画像をキャッシュしすぎている
    • など
      image
  • なるべくストリーミングで処理できる機構を検討するなどし、クラッシュに対応する
@nokonoko1203 nokonoko1203 added this to the 2025 milestone Aug 28, 2024
@nokonoko1203 nokonoko1203 changed the title 3dtiles 3dtiles: アトラス処理時のメモリ不足を解消 Aug 28, 2024
@TadaTeruki
Copy link
Contributor

メモリを増設後も同じエラーが発生するため、メモリが原因とは限らないと考えられる
別途調査の必要あり

@TadaTeruki TadaTeruki changed the title 3dtiles: アトラス処理時のメモリ不足を解消 3dtiles: アトラス処理時の一部データでのpanicを解消 (メモリ不足) Aug 31, 2024
@TadaTeruki TadaTeruki changed the title 3dtiles: アトラス処理時の一部データでのpanicを解消 (メモリ不足) 3dtiles: アトラス処理時の一部データでのpanicを解消 (メモリ不足の可能性検討) Aug 31, 2024
@TadaTeruki TadaTeruki changed the title 3dtiles: アトラス処理時の一部データでのpanicを解消 (メモリ不足の可能性検討) 3dtiles: アトラス処理時のメモリ不足を解消 Aug 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants