defold / editor2-issues

DEPRECATED
45 stars 4 forks source link

"Custom Heap Size" in game.project doesn't work #1228

Closed AGulev closed 6 years ago

AGulev commented 6 years ago

Expected behaviour

Heap size should be as in game.project

Actual behaviour

Heap size always 268435456 (checked in index.html)

Steps to reproduce

  1. Set custom heap size in game.project , for example 33554432
  2. Bundle html5
  3. Open index html
  4. find var extra_params = { archive_location_filter: function( path ) { return ("archive" + path + ""); },

        splash_image: "splash_image.png",
        custom_heap_size: 268435456
    }

    2017-09-25_19-56-14


Defold version1.2.114
Defold shade362140b079dcade1daffb2d47a8caddf80ff47
Build time2017-09-21T16:18:58.933590
OS nameMac OS X
OS version10.12.6
OS archx86_64
Java version1.8.0_102-b14
GPUNVIDIA GeForce GT 750M OpenGL Engine
GPU Driver2.1 NVIDIA-10.17.5 355.10.05.45f01
AGulev commented 6 years ago

I forgot to use "Set Custom Heap Size" checkbox