Hello, On Fri, Jul 13, 2018 at 12:29:56PM +0200, Nicolas George wrote: > Adam Weremczuk (2018-07-13): > > What's the safest and quickest way to temporarily triple the size of /run ? > > Do not. > > Instead, change your program to put its tons of data somewhere else, > preferably in a directory that can easily be configured.
Specifically, something like /var/tmp is intended for voluminous temporary output. Most programs with any significant temporary data usage allow their temporary directory to be specified (often by setting the TMPDIR environment variable); if AIDE does not allow this then I would consider that a wishlist bug. Cheers, Andy -- https://bitfolk.com/ -- No-nonsense VPS hosting

