Hello, everyone!
I have a question.
When I execute the file named encodedecode. At the beginning, there is no problem.
But sometimes later, it will tell me error, like:
Can you tell me why it occurs??
And how to modify??
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hello, everyone!
I have a question.
When I execute the file named encodedecode. At the beginning, there is no problem.
But sometimes later, it will tell me error, like:
Can you tell me why it occurs??
And how to modify??
CMEM stands for 'Contiguous memory', which the software is not able to allocate. At the boot time, CMEM library is given a big fixed sized pool of memory. From this pool, it allocates and free contiguous memory buffers, at run time. In the error above, the CMEM library is unable to find any more space for a buffer of size 691200 bytes, in this pool.
Please share more details for us to debug further.
Regards
Varada