Re: Fortifying demo apps against running out of disk space

2013-12-02 Thread Kristian Høgsberg
On Fri, Nov 29, 2013 at 7:45 AM, Pekka Paalanen wrote: > Hi, > > I have been looking at RaspberryPi and especially how small the > filesystem for XDG_RUNTIME_DIR is. Well, Raspbian does not provide > XDG_RUNTIME_DIR, so you define that yourself. In any case, it is very > small, I am using /run/shm

Fortifying demo apps against running out of disk space

2013-11-29 Thread Pekka Paalanen
Hi, I have been looking at RaspberryPi and especially how small the filesystem for XDG_RUNTIME_DIR is. Well, Raspbian does not provide XDG_RUNTIME_DIR, so you define that yourself. In any case, it is very small, I am using /run/shm which is somewhere around 25 MB. Weston demos and also libwayland