On Thu, 31 May 2012 22:34:31 +0200 Eugeniy Meshcheryakov <[email protected]> wrote:
> > Machine is Gumstix Overo (OMAP3) with 256MB ram and 200MB swap, > > 16GB filesystem on microsd card. > I think SIGKILL is sent by the kernel because of memory exhaustion. > > % /usr/bin/time spark > .... > 0.99user 0.39system 0:01.55elapsed 89%CPU (0avgtext+0avgdata > 1669200maxresident)k > 0inputs+0outputs (0major+104408minor)pagefaults 0swaps > > It seems that spark users too large static buffers somewhere (it cannot > use dynamic memory allocation because it is writen mostly in SPARK). > > Cold you try to run spark with a large swap file, just to see if this fixes > it? Increasing swap to 400MB (so 256MB RAM + 400MB swap in total) allowed spark to run. It was very slow (since swap on microsd card is slow), but it was working. In total spark used something like 480MB memory. So, this bug can be closed as invalid. (Not sure how to do that myself.) -- Tero Koskinen <[email protected]> -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

