1 | initial version |
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.
2 | No.2 Revision |
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
3 | No.3 Revision |
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