Hi All,I load some tick data into my KDB database, but now it shows followingerror when I try to access the data:ReadLastOptTicks error string: ./2012.04.10/THOptTSData/openint: Notenough storage is available to process this command.Does anyone has any idea about it?Thank you.
Sounds like you may have insufficient memory.
3 potential solutions
-
use the -g 1 command line option with kdb+ to return memory to the OS as soon as it is able to.
-
add more swap space
-
add more physical ram
is this on win 32 or 64bit?
Using kdb+ file compression?
thanks
To: personal-kdbplus@googlegroups.comX-Mailer: Apple Mail (2.1084)On Apr 18, 2012, at 8:31 AM, Weiyi Zhang wrote:> I load some tick data into my KDB database, but now it shows following> error when I try to access the data:> > ReadLastOptTicks error string: ./2012.04.10/THOptTSData/openint: Not> enough storage is available to process this command.pretty sure that’s not a native q error, something must be wrapping itdo you know what the real error is?