ctlab / metacherchant

MIT License
18 stars 9 forks source link

jave thread error #16

Closed quyho0944 closed 6 months ago

quyho0944 commented 6 months ago

hello, when i runed this tool, i got error like this

[5.196s][warning][os,thread] Failed to start thread "Unknown thread" - pthread_create failed (EAGAIN) for attributes: stacksize: 24576k, guardsize: 0k, detached. [5.196s][warning][os,thread] Failed to start the native thread for java.lang.Thread "Thread-16"

if you have any solution for this problem please let me know

ivartb commented 6 months ago

Hello! The error might occur due to the lack of memory on your computer. Make sure, that you set memory with -m parameter, and there is an amount of set available memory on your computational cluster.

Kind regards, Artem

quyho0944 commented 6 months ago

thank you so much, i set more memory and it work.