Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-1997

Qt QML Standalone Application project does not reserve enough heap for QML applications run on Symbian devices

    XMLWordPrintable

Details

    • 824fd1789d5cf9b9516630882292122ff1aa4060

    Description

      Symbian's default maximum heap size is too low for Qt applications as Qt objects reserve almost everything to heap. Any more complex, non-trivial real world QML application will quickly run out of memory and crash on the device. QML Viewer replaces the default 1MB heap size with 2MB, the same should be done in the project file of the Qt QML Standalone application stub. If application requires more heap than that it has to modify the pro file manually.

      symbian {
          TARGET.EPOCHEAPSIZE = 0x20000 0x2000000
          ... 
      }
      

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            portale Alessandro Portale
            jpetrell Joona Petrell
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes