Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. Is there a way to increase the memory size of my QT Quick app
Forum Updated to NodeBB v4.3 + New Features

Is there a way to increase the memory size of my QT Quick app

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
2 Posts 2 Posters 270 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    AI_Messiah
    wrote on last edited by
    #1

    There are images that don't show up and I know that it is because there is not enough memory allocated to store their names. I don't really have any apps running at this time. How can I allocate more memory?

    jsulmJ 1 Reply Last reply
    0
    • A AI_Messiah

      There are images that don't show up and I know that it is because there is not enough memory allocated to store their names. I don't really have any apps running at this time. How can I allocate more memory?

      jsulmJ Offline
      jsulmJ Offline
      jsulm
      Lifetime Qt Champion
      wrote on last edited by
      #2

      @AI_Messiah said in Is there a way to increase the memory size of my QT Quick app:

      How can I allocate more memory?

      Your application gets as much memory as it asks for and as much as the OS can handle and as much as can be provided to your app considering RAM size and swap.
      It sounds like your app consumes too much memory. You should explain what it does and how. Do you load a huge amount of images at the same time? If so why?

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved