chan icon indicating copy to clipboard operation
chan copied to clipboard

problem of threads?

Open superdolt opened this issue 4 years ago • 0 comments

10,000,000 mil channel possible? coz may hit linux thread creation limit?

chan_t* chan = chan_init(10000000);
  1. i've checked the c code, uses pthreads. am i wrong? this will create 10mil threads (which uses around 1mb per thread?)
  2. how much "overhead of ram" per channel?

superdolt avatar Sep 19 '21 01:09 superdolt