Re: Memory limit?

2017-11-06 Thread Rick Payne (Offshore)
> Out of memory: could not reclaim any further. Current memory: 5122256 Kb > > This suggests there was 5GB free while the allocation failed. > This *can* be a fragmentation issue (e.g., you asked for a 1 GB allocation, > but we couldn't free a 1GB consecutive area), but can also be a malloc() of

Re: Slow to upload thousands of tiny files over cpiod

2017-11-06 Thread miha . plesko . xlab
Yes, I'd kindly ask for a patch that introduces the `--verbose` for cpiod, whole Capstan would benefit from it. The problem when using --redirect option is that ALL the output will then be redirected, not only cpiod's - which is not always desired. We usually want to see at least some logs

Re: Remotely set cmdline

2017-11-06 Thread miha . plesko . xlab
Hi Waldek, so what you'd like to achieve is to run cpiod only on first run, then run the actual bootcmd on all subsequent runs. I find such behaviour useful and would be very happy if we could do it in a way that would work for cloud-init as well. I was thinking, could we perhaps modify cpiod