JustinTimperio / warp-cli

A CLI tool designed to make interacting with Facebook's Open Source Library "Warp Speed Data Transfer" fast and pain-free.
MIT License
62 stars 3 forks source link

Feat graceful ulimit #14

Closed iamh2o closed 2 years ago

iamh2o commented 2 years ago

I'm doing some work on a centos7 box, and warp/wdt would not install w/out quite a fight. I think from the error I'm seeing linking a new folly demangler piece of code, the build may be globally borked-- or it could just be an old centos :-). Those instructions I'll probably file the PR, but it won't be ready to merge- though may help someone.

Right- this is a tiny modification. I did not realize the ulimit check threw an exception when it failed. Here I try to set it just below the max allowed per session, and off er a warning rather than crash.

iamh2o commented 2 years ago

whoa- was not intending this to have so much ride along..