소스 검색

Update optimization-memory-html5.md

Björn Ritzl 9 달 전
부모
커밋
ee88cf0741
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/en/shared/optimization-memory-html5.md

+ 1 - 1
docs/en/shared/optimization-memory-html5.md

@@ -1,4 +1,4 @@
-## Heap size
+## Heap size (HTML5)
 The heap size of a Defold HTML5 game can be configured from the [`heap_size` field](/manuals/project-settings/#heap-size) in *game.project*. Make sure to optimize memory usage of your game and set a minimal heap size.
 
 For small games, 32 MB is an achievable heap size. For larger games, aim for 64–128 MB. If, for example, you're at 58 MB and further optimization isn't feasible, you can settle on 64 MB without overthinking it. There’s no strict target size — it depends on the game. Just aim for smaller sizes, ideally in steps of powers of two.