Received: by 10.100.144.11 with SMTP id r11mr183454and.19.1246901878988; Mon, 06 Jul 2009 10:37:58 -0700 (PDT)Date: Mon, 6 Jul 2009 10:37:58 -0700 (PDT)X-IP: 67.152.170.15User-Agent: G2/1.0X-Google-Token: sAQZdQwAAACgzjP43WdyWS-PsQ9QGxndX-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.10) Gecko/2009042316 Firefox/3.0.10 (.NET CLR 3.5.30729),gzip(gfe),gzip(gfe)Message-ID: Subject: Storage errorFrom: Rohit <rohitgarg.iitk>To: “Kdb+ Personal Developers” X-Google-Approved: simon.garland@gmail.com via web at 2009-07-06 18:18:20I m sorry if this issue has been raised earlier. Since I was workingwith large files, I was constantly faced with the "not enough storage"error. I tried increasing the memory using -J -Xmx512m. Though I didfeel some changes, yet I m not fully convinced that this command didindeed increase the memory usage.Is there a command which tells me the current memory usage by Q? Also,is there any max. limit(other than the limit of the RAM) upto whichthe memory used by Q can be increased?Thanks,Rohit</rohitgarg.iitk>
X-Mailer: Apple Mail (2.935.3)\w will tell you the memory usage. look it up in the docs for the explanation on the numbers.q can take as moch memory you can throw at it. by this i mean virtual memory: RAM+SWAP.the above is true if you are on 64bit version. otherwise less than 4gb.felixOn 6 Jul 2009, at 20:37, Rohit wrote:>> I m sorry if this issue has been raised earlier. Since I was working> with large files, I was constantly faced with the “not enough storage”> error. I tried increasing the memory using -J -Xmx512m. Though I did> feel some changes, yet I m not fully convinced that this command did> indeed increase the memory usage.>> Is there a command which tells me the current memory usage by Q? Also,> is there any max. limit(other than the limit of the RAM) upto which> the memory used by Q can be increased?>> Thanks,> Rohit>> >
X-Mailer: Apple Mail (2.935.3)> -J -Xmx512mthose are switches the java jvm binarywhat exactly are you trying to change the memory of?