sthttpd
sthttpd copied to clipboard
sthttp use 100MB RAM in raspbian stretch
I found the problem in the function fdwatch_get_nfiles which return 1048576 :
thttpd.c: max_connects = fdwatch_get_nfiles(); . /* Initialize our connections table. */ connects = NEW( connecttab, max_connects );
Before i upgraded from jessie to stretch sthttpd worked perfect. Thanks.