-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LightGBM - repeating "bad allocation" warning during trial #6426
Comments
@LittleLittleCloud familiar with this? |
The warning message should be from lightGBM unmanaged code while @andrasfuchs can you share with us the size of your machine. |
@LittleLittleCloud The critical resource in this regard is the size of the virtual memory in my system. I have 32 GB RAM and ~43 GB of virtual memory. I start to get this I don't know how virtual memory works in other OSs, but I used this Windows-specific method in my
(Note: I use this check in my modified ML.NET code, where the |
Closing this issue since it should've been addressed in #6520. |
System Information (please complete the following information):
Describe the bug
LightGBM
trials fail with "bad allocation" error message and they causeOutOfMemoryException
even ifSetMaximumMemoryUsageInMegaByte()
is used.To Reproduce
Steps to reproduce the behavior:
OutOfMemoryException
Expected behavior
I would expect the AutoML stops the trial if it exceeds the memory limit and/or there is an exception during its run. It should not about the whole experiment.
Screenshots, Code, Sample Projects
Here are the logs of three runs I had today:
Additional context
My project is open-source so both the source and the data are available. Let me know if you need them for testing.
The text was updated successfully, but these errors were encountered: