HiI got an error ‘wsfull’ , which means that the workspace is full andis out of memory. Is there any workaround to avoid this error. As indumping some of the data from the kdb+ database onto the hard disk, orsomeother way.on the q prompt i tried the command /w to find the memory usage, justbefore the q session crashed. the output was:503565987 1420317696 0 0jCurrently I am using my desktop pc with 2 GB ram.Please advice,Nav
This is a late response but for someone who is struggling for it now:
Q is experiencing out of memory.. add constraints or reduce to list size.
You may check you /g value is 1, which turns on the memory garbage collection. Also you can add calls to. Q.gc at points after where your code would use a lot of memory, the call would try to reclaim memory used by any referenced data.