Closed billdenney closed 2 years ago
This is likely a memory issue, that is not enough memory is able to be allocated in the system, which causes this issue in windows. It was chose because it was a highly memory intensive problem.
The system I was using has 16GB RAM (I think-- I'm not on it right now). That said, I've had memory exhaustion due to 32-bit processes being used when they should have been 64-bit.
Is there a way that you can think of to give a clear "ran out of memory" error? That seems like it would be a preferred way to close this. If not, we could just skip the test on Windows.
Unfortunately, there is no easy way. I have attempted many times.
On Sun, Jan 23, 2022, 6:59 PM Bill Denney @.***> wrote:
The system I was using has 16GB RAM (I think-- I'm not on it right now). That said, I've had memory exhaustion due to 32-bit processes being used when they should have been 64-bit.
Is there a way that you can think of to give a clear "ran out of memory" error? That seems like it would be a preferred way to close this. If not, we could just skip the test on Windows.
— Reply to this email directly, view it on GitHub https://github.com/nlmixr2/rxode2/issues/25#issuecomment-1019617873, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAD5VWVLDT6M43FFYOA6S2DUXSP75ANCNFSM5MRBLQPA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.
You are receiving this because you commented.Message ID: @.***>
This test is now skipped when there is not enough memory on Windows. That's likely sufficient for now.
I get the following error when I run test-npde-mac.R on Windows 10.