Open PS3 Toolchain compiling issue OOM Kill [FIX] –
11-19-2010,07:02 PM
Hey guys,
i got 2 notebooks and the sucking one is a linux .
Because i have to use windows at work.
I got an OOM Kill while compiling the toolchain and i found a solution (I guess it is compiling).
you execute the buildit.sh to build everything.
The problem on my system was, that it never released any memory till the hole sh execution was done.
To fix this you have to comment out all steps.
you go to the function buildppu in buildit.sh
and comment everything, so this function does nothing.
run "./buildit.sh ppu"
after it download everything
comment the download
you uncomment the first commands of buildppu (always the echo and the function call)
run "./buildit.sh ppu"
comment the uncommented in buildppu and uncomment the next step
run "./buildit.sh ppu"
sry for my bad english but this way you shouldn't have memory issues
Other Solution may work (because the dump kubuntu installation didn't create a swap on my system): http://wiki.ubuntuusers.de/swap
Think inside the box, everyone else is too busy trying to think outside the box.
Follow me on Twitter: http://twitter.com/KDSBest