qlib icon indicating copy to clipboard operation
qlib copied to clipboard

OSError: [WinError 8] Not enough memory resources are available to process this command

Open Huang-Jack opened this issue 1 year ago • 2 comments

❓ Questions and Help

By run the command, then raised the error: qrun benchmarks/LightGBM/workflow_config_lightgbm_Alpha158.yaml

OSError: [WinError 8] Not enough memory resources are available to process this command

Huang-Jack avatar Apr 01 '24 09:04 Huang-Jack

I guess running this command on a machine with bigger RAM could solve the problem. I have tried this on my machine with 16GB RAM, it works.

l0ngc avatar Apr 01 '24 13:04 l0ngc

This problem is caused by the fact that the machine you are using has too little memory. After testing, running benchmarks/LightGBM/workflow_config_lightgbm_Alpha158.yaml requires about 3.5MiB of RAM, make sure you have enough memory left before running the program. image

SunsetWolf avatar Jun 21 '24 05:06 SunsetWolf