Results 1 to 3 of 3

Thread: Memory increasing

  1. #1
    Join Date
    Apr 2009
    Posts
    206
    Thanks
    34
    Thanked 2 Times in 2 Posts

    Default Memory increasing

    Hello friends,

    I have observe a misterious increasing memory consumption.
    When you click on the combobox and you observe the memory consumption you will find out
    that the more you click the more the consumption will increase. Could anybody explain this??

    Qt Code:
    1. import QtQuick 2.5
    2. import QtQuick.Controls 1.2
    3.  
    4.  
    5. Rectangle{
    6.  
    7. ComboBox {
    8. id: cbxAttribtes
    9. width: 200
    10. model: 5
    11. }
    12. }
    To copy to clipboard, switch view to plain text mode 

  2. #2
    Join Date
    Sep 2015
    Posts
    1
    Thanked 1 Time in 1 Post
    Qt products
    Qt5 Qt/Embedded
    Platforms
    Unix/X11

    Default Re: Memory increasing

    Exactly!

    I had the same problem and I was searching the mistake everywhere in my code and...

    The problem is in your build kit 5.5.0. I'm pretty sure you built that project with 5.5.0 and there is something wrong with this new build kit. I do not know the details.

    Try degrading it to 5.4.2 back and build your project with that kit. That solved my problem.


    [PS:I mean, guys, it's a serious threat. Qt's own particles example consumes 1GB RAM in ten to fifteen seconds. That's absurd. You have to focus and solve this issue immediately ]

  3. The following user says thank you to abuyukcakir for this useful post:

    codeman (5th September 2015)

  4. #3
    Join Date
    Apr 2009
    Posts
    206
    Thanks
    34
    Thanked 2 Times in 2 Posts

    Default Re: Memory increasing

    Thank you for your suggestions,

    but hey downgrading is not an option.

    Yes I built the project with 5.5.0

    Saygilar

Similar Threads

  1. exe size keeps increasing at run time
    By vinothrajendran in forum Qt Programming
    Replies: 1
    Last Post: 14th March 2015, 13:08
  2. Increasing contrast of QImage
    By freely in forum Qt Programming
    Replies: 1
    Last Post: 16th November 2011, 17:00
  3. Qtableview column get increasing
    By maarvi in forum Newbie
    Replies: 0
    Last Post: 28th June 2011, 20:21
  4. Increasing the width of a row in a TreeView
    By Shambhavi in forum Qt Programming
    Replies: 3
    Last Post: 13th January 2006, 18:13

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.