On Fri, Aug 28, 2020 at 4:18 AM Dennis Clarke via curl-library <curl-library@cool.haxx.se> wrote: > > On 8/27/20 9:06 AM, Daniel Stenberg via curl-library wrote: > > Hi friends, > > > > I'm happy to announce that I've put together a new release of tiny-curl. > > The stripped-down version of curl targetted at small systems. > > ... > > Before I begin a test has anyone tried to build tiny-curl on systems > with 256MB memory or less? For that matter is there anyone else that > tests on these sort of smaller machines?
I sometimes test by simulating low resource with Bash using ulimit: $ (ulimit -v 65536; ./test.exe) ------------------------------------------------------------------- Unsubscribe: https://cool.haxx.se/list/listinfo/curl-library Etiquette: https://curl.haxx.se/mail/etiquette.html