On Wed, Sep 16, 2015 at 7:56 AM Travis Beatty <[email protected]> wrote:

> Hello,
>
> We're running postgres+wal-e inside lxc containers, and trying to setup a
> master with a hot_standby.
> wal logs are successfully being uploaded by the master, and read by the
> hot_standby -- however, it's using a large amount of resources.
>

What version of WAL-E? Have you considered using the Linux "perf" tool to
try to isolate a low level bottleneck?

I don't understand why there are so many redundant wal-fetches here.
Nominally there should be one: it's obliged to exit to allow postgres to
run the next invocation of restore_command.

That's a bit weird. Perhaps you can try figuring out one of the older
processes is doing?

-- 
You received this message because you are subscribed to the Google Groups 
"wal-e" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to