Hello,
A final update on this old thread. Good news: thanks to Rick Amos of
MathWorks support, this problem has finally been solved.
It seems that the issue really lies in the threading mechanism/library
used by MatLab compiled code. So the fix is to compile your MatLab
code with the "-singleCo
Hi *,
a possibly stupid question: is there a way to simulate an SMP Linux
machine with UML?
I cannot find CONFIG_SMP in "make ARCH=um menuconfig" and running
"./linux --help"
does not show any relevent option...
Regards,
Riccardo
--
On Wed, Aug 31, 2011 at 4:14 PM, Riccardo Murri
wrote:
> Hi *,
>
> a possibly stupid question: is there a way to simulate an SMP Linux
> machine with UML?
> I cannot find CONFIG_SMP in "make ARCH=um menuconfig" and running
> "./linux --help"
> does not show any relevent option...
Sorry, UML does
After I access some really (hundreds of MB) large files in UML, my UML
system and even the applications on the host get slower and slower.
I think this comes from the so-called Linux buffer cache.
Linux seems to use all free memory pages for buffering disk pages. This
is a good idea in a normal