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. Memory consumption during launching
Forum Updated to NodeBB v4.3 + New Features

Memory consumption during launching

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
memoryhangraspberry pi 3eglfs
1 Posts 1 Posters 748 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.
  • M Offline
    M Offline
    Mark81
    wrote on 2 Sept 2016, 08:43 last edited by
    #1

    I have a QML application which often hangs during launch. After digging it I found the GPU memory usage as a very high peak when my application starts. Then it returns to a reasonable value.
    If this "peak" is so high to use all the available memory my application (of course!) hangs.

    This is a known behavior of QML engine or there should be a serious lack in my application?

    Relocatable heap version 4 found at 0x13400000
    total space allocated is 680M, with 680M relocatable, 0 legacy and 0 offline
    0 legacy blocks of size 2359296
    
    free list at 0x3b79c880
    644M free memory in 6 free block(s)
    largest free block is 625M bytes
    
    0x13400000: free 668M
    -------------------------------------------------------------------------------
    Relocatable heap version 4 found at 0x13400000
    total space allocated is 680M, with 678M relocatable, 2.3M legacy and 0 offline
    1 legacy blocks of size 2359296
    
    free list at 0x3b79c880
    invalid space 0x3579139583 in free list at 0x382eef20
    5.2M free memory in 5 free block(s)
    largest free block is 4.5M bytes
    -------------------------------------------------------------------------------
    
    Relocatable heap version 4 found at 0x13400000
    total space allocated is 680M, with 678M relocatable, 2.3M legacy and 0 offline
    1 legacy blocks of size 2359296
    
    free list at 0x3b79c880
    476M free memory in 17 free block(s)
    largest free block is 473M bytes
    
    0x13400000: legacy block 2.3M
    
    Relocatable heap version 4 found at 0x13400000
    total space allocated is 680M, with 678M relocatable, 2.3M legacy and 0 offline
    1 legacy blocks of size 2359296
    
    free list at 0x3b79c880
    472M free memory in 49 free block(s)
    largest free block is 468M bytes
    
    1 Reply Last reply
    0

    1/1

    2 Sept 2016, 08:43

    • Login

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