Re: Provide an option to specify the tmpfs size of the container

2021-01-21 Thread Ludovic Courtès
Hi, "Robert Smith" skribis: > On Mon Dec 14, 2020 at 10:56 AM Ludovic Courtès wrote: >> Hi, >> >> luhux skribis: >> >> > I am using guix environment --container to containerize my programming >> > environment and runtime environment, but I found that the container / >> > created by this com

Re: Provide an option to specify the tmpfs size of the container

2020-12-21 Thread Robert Smith
Hi Ludo, On Mon Dec 14, 2020 at 10:56 AM Ludovic Courtès wrote: > Hi, > > luhux skribis: > > > I am using guix environment --container to containerize my programming > > environment and runtime environment, but I found that the container / > > created by this command uses tmpfs and cannot be

Re: Provide an option to specify the tmpfs size of the container

2020-12-14 Thread Ludovic Courtès
Hi, luhux skribis: > I am using guix environment --container to containerize my programming > environment and runtime environment, but I found that the container / created > by this command uses tmpfs and cannot be resized. > > When a file in the container outputs a lot of logs to the tmpfs of

Provide an option to specify the tmpfs size of the container

2020-12-09 Thread luhux
Hello everyone I am using guix environment --container to containerize my programming environment and runtime environment, but I found that the container / created by this command uses tmpfs and cannot be resized. When a file in the container outputs a lot of logs to the tmpfs of the contain