Skip to content
This repository has been archived by the owner on Nov 14, 2018. It is now read-only.

Possible to add memory usage error messages for kernel crashes due to memory usage? #364

Open
IanButterworth opened this issue Feb 24, 2016 · 0 comments

Comments

@IanButterworth
Copy link

Usage of memory exceeding what is allocated to the session causes a kernel crash, with no explanation.
Is it possible to provide error messages to highlight the issue? I appreciate it's a difficult type of error to handle.

Example that crashes the kernel:

a = zeros(Float64,1000,1000,1000);
size(a)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant