=== prpplague^2 is now known as prpplague === lilstevie|ZNC is now known as lilstevie [02:17] anyone know why ubuntu on pandaboard dedicates 320meg of ram to a tmpfs for dev, dev/shm, var/run, and var/lock? === lilstevie is now known as lilstevie|ZNC === lilstevie|ZNC is now known as lilstevie [04:02] better question does anyone know how to change it so that tmpfs is not used? i have the fs moved to a fast usb disk [04:24] ugh, unrolled uInitrd, but cant work out exactly how it is sucking up > 300M for a tmpf [04:27] can anyone spare a hint on how to disable this tmpfs on 11.04 omap4 [04:28] anyone here awake? === infologger is now known as ILogYou === ILogYou is now known as apachelogger [14:25] Hello!i don't know where set JAVA_HOME...where is it? [21:49] MrCurious, By default, all tmpfs mounts are allocated 1/2 available RAM. In practice, very little of this should be used (perhaps 1M for all of /dev, /dev/shm, /var/run, and /var/lock combined). If you have more usage than this, you're probably running something that uses SHM (shared memory regions) heavily: attempting to put that on rotary media (or anything other than RAM) is likely to have a significant negative effect on performance. If yo [21:49] u are encountering OOM issues, consider adding swap on your rotary disk. [21:49] persia: thanks, i sorted it out [21:49] it was due to being a upgraded 10.10 [21:50] it was set to only use 3/4 of the mem [21:50] modified a boot flag [21:50] and re-enabled a missing segment of 256meg [21:50] Ah. The 320 looked like some memory was missing, and now it all makes sense :) [21:51] yup [21:51] now its on to building the software stack that i need [21:52] Excellent. [21:57] dont suppose you know the name of the package that contains linux/videodev.h [21:57] guessing a kernel header package or kernel package [21:58] linux-source :D [21:58] its coming back to me now [22:06] linux-headers-${FLAVOUR} is probably lighter-weight and more likely to match your needs. In this case, `linux-headers-omap4` [22:08] tried [22:08] it lacked the file [22:09] 75% done unpacking the full kernel