Skip to content

Java Runtime fatal error: mxnet::runtime::Registry::set_body #463

Answered by hmf
hmf asked this question in Q&A
Discussion options

You must be logged in to vote

Issue has been solved. The compute cluster is using a cluster management and job scheduling framework that by default assigns 5333MB to each job. We has used the JVM parameters to reduce the JVM's maximum do 129MB however the rest was being used by DJL/MXNet. Hence the error. We can now run the MNIST example assigning a little over 6GB - seems a little excessive and I assume it is because the full data set is being loaded into memory.

Replies: 6 comments 5 replies

Comment options

You must be logged in to vote
2 replies
@lanking520
Comment options

@hmf
Comment options

Comment options

You must be logged in to vote
1 reply
@hmf
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@hmf
Comment options

Comment options

You must be logged in to vote
1 reply
@TM12020
Comment options

Answer selected by hmf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants