libchromeos-ui: Increase hard limit of file descriptors to 16384

Increase hard limit of file descriptors to 16384 (default is otherwise 4096).
Native GPU memory buffer requires a FD per texture. Current 2048 hard limit can
be reached in the wild under some circumstances.

Note: it's the amount of 4GB 256x256 textures.

BUG=chromium:629521
TEST=None

Change-Id: I9c41d4147ee7adf2b68b4d01b73300c23b47afb2
Reviewed-on: https://chromium-review.googlesource.com/448356
Commit-Ready: Dongseong Hwang <dongseong.hwang@intel.com>
Tested-by: Dongseong Hwang <dongseong.hwang@intel.com>
Reviewed-by: David Reveman <reveman@chromium.org>
Reviewed-by: Dan Erat <derat@chromium.org>
Reviewed-by: Dongseong Hwang <dongseong.hwang@intel.com>
Reviewed-by: Mike Frysinger <vapier@chromium.org>
1 file changed