ok thanks for the explanation. Another question: If i want to have a flexible memory size, would you recommend to reserve a huge amount of space (600000) just in case, or could I try to create the shmem object in the right size with dynamic patching?
m. Am 11.07.2013 um 11:49 schrieb Cyrille Henry <[email protected]>: > Hello, > > usually, it's because the program that allocate memorry did crash. > So the memory is not free and can't be allocated by anyone else. > > possible solution are : > -reboot > - change mem Id > - manually free the memory : > ipcrm shm 1234 on a terminal > cheers > c > > Le 10/07/2013 22:27, Max a écrit : >> what could be the causes that shmem fails to allocate the memory? >> could not allocate shmem memory Id : 1234, size 600000 >> >> thanks >> max >> >> _______________________________________________ >> [email protected] mailing list >> UNSUBSCRIBE and account-management -> >> http://lists.puredata.info/listinfo/pd-list >> _______________________________________________ [email protected] mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
