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.

6678L2内存问题



我想问下我现在L2中的内存空间0x00810000至0x0087ffff被分配了数据,所以空间不够,我就把cmd文件中的SYSMEM分配到了0c000000开始的共享空间中去了。但现在就出现了问题,我0核可以跑程序,但同样的程序在1-7核时,当读共享空间中数据时就会卡着,一直在running。请问怎么解决了?我是在电脑上模拟跑的