Mostyn Bramley-Moore

Results 25 issues of Mostyn Bramley-Moore
trafficstars

code.google.com is in archive/read-only mode, let's update these links to the current targets.

When selecting the apache2+wsgi option in a clean ubuntu 16.04 machine, apache fails to start critic-main. It works on a clean ubuntu 14.04 machine, however. Extract from logs: [Wed Jan...

Marking as draft, until the missing URLs are added to mirror.bazel.build.

We have been using a file removal semaphore with weight 5,000 (half of Go's default 10,000 maximum OS threads, beyond which Go will crash), in an attempt to avoid crashing...

When the s3.update_timestamps option is enabled, we update the timestamp of any blob after it is successfully retried from the backend. We should do the same when checking for blob...

Attempt to detect and use the number of physical CPU cores. This might fall back to either using 1 thread, or the number of logical cores (rather than physical). Fixes...

The mod_uwsgi docs say this: "All of the options can be set per-host or per-location." but if I try to set uWSGIMaxVars outside of a Location section then apache gives...

We added support for compressed blobs via the bytestream API a while back (#147), and this has been working well so far. Given that we don't seem to be gearing...