Ask Your Question

Revision history [back]

I had the same issue, and it was because I took to much memory for the -precalcValBufSize and -precalcIdxBufSize.

I put for those 2 arguments : -precalcValBufSize 1024 -precalcIdxBufSize 1024

so I reduce it to 256 and then the issue was fixed.

I had the same issue, and it was because I took to much memory for the -precalcValBufSize and -precalcIdxBufSize.

I put for those 2 arguments : -precalcValBufSize 1024 -precalcIdxBufSize 1024

so I reduce it to 256 and then the issue was fixed.

-precalcValBufSize 256 -precalcIdxBufSize 256

I had the same issue, and it was because I took to much memory for the -precalcValBufSize and -precalcIdxBufSize.-precalcIdxBufSize I think it's same of the "-mem" parameters.

I put for those 2 arguments : -precalcValBufSize 1024 -precalcIdxBufSize 1024

so I reduce it to 256 and then the issue was fixed.

-precalcValBufSize 256 -precalcIdxBufSize 256