Home › Forums › kdb+ › Reloading HDB causes "Cannot allocate memory" error › Re: Reloading HDB causes "Cannot allocate memory" error
-
Have you tried stracing the q process to see what is happening just before the error is printed?
l calls the .Q.l function to load the database, so you could try stepping through that if you are comfortable with reading k code.