Tom and Eva
Tom and Eva
I'm not using a terminal. I said so in the OP. The error case is when stdout from b2 is piped to a file. And the command is not even...
Sorry, I used my personal Github account for the OP by mistake. @tom-- and @spinitron are both me.
That would fix my problem since file names are encoded in UTF-8 on my systems. Binary strings would be more general since 1) that's what output pipes/files are, and 2)...
This error was logged 4 times between Sep 9 and today
I don't know if that would be a solution. Your argument relies on a model of server resource behavior that I cannot judge. Assuming that connection failures and server resource...
That's good to hear. But once again this doesn't sound like a good reason to increase retry times/attempts. On the contrary. It's better if the errors are visible if you're...
Is there a workaround so that something like this can encrypt without adding trailing newline characters to the secret text? (I didn't see one in the above discussion.) 'pa55w0rd'.Trim() |...
Yes, it saves opcache shared memory. The memory load for each PHP file is reduced by the number of bytes of comments in the file, iiuc. I agree that it's...
Fwiw, OPcache stats from my servers currently show - number of scripts 1430 - 11 of them under cebe/markdown - 36.3 MiB without comments - 39.6 MiB with comments, about...
Nothing much changed. Detailed opcache status below shows server A and B have almost identical opcache use (no surprise, they have almost identical load). The only important difference is used_memory...