You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is actually a really crucial problem I am facing currently. I already pushed it at the specific package which I was not able to import, SciMLSensitivity, but @ChrisRackauckas mentioned this is rather a generic Julia issue.
What happens? julia is killed as soon as I merely import a package...
This happens, because the docker container is restricted to 2 GB of RAM, while loading this package needs more than 2 GB of RAM (or at least in this default setup without any additional configuration it needs more).
Hence I am unable to use binder for SciML, and also anyone else is unable to use mybinder for SciML. A real pity.
It would be great if loading a package does not kill a moderate machine like a binder instance with 2 GB of RAM.