Avoid using threads if possible including in the Apt library. They cause extra address space allocation (a common default for the stack for the thread is 2MB).
確定! 回上一頁