phper-chen 发表于 2020-03-16 15:40
Tags:rust,linux
比如java中创建一个线程大概1m多,那么rust呢?是按照linux内核默认值来定的吗
谢谢回复 对以下内容的回复:
嗯 看来用的是系统默认的 难怪线程开销很大 对以下内容的回复:
你说的应该是线程的栈大小? The default stack size for spawned threads is 2 MiB, though this particular stack size is subject to change in the future.
评论区
写评论谢谢回复 对以下内容的回复:
嗯 看来用的是系统默认的 难怪线程开销很大 对以下内容的回复:
你说的应该是线程的栈大小? The default stack size for spawned threads is 2 MiB, though this particular stack size is subject to change in the future.