You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Gilles Sadowski (Jira)" <ji...@apache.org> on 2019/12/02 07:54:00 UTC

[jira] [Commented] (MATH-1385) java.lang.OutOfMemoryError: GC overhead limit exceeded

    [ https://issues.apache.org/jira/browse/MATH-1385?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16985878#comment-16985878 ] 

Gilles Sadowski commented on MATH-1385:
---------------------------------------

Any feedback on this?

> java.lang.OutOfMemoryError: GC overhead limit exceeded
> ------------------------------------------------------
>
>                 Key: MATH-1385
>                 URL: https://issues.apache.org/jira/browse/MATH-1385
>             Project: Commons Math
>          Issue Type: Bug
>         Environment: Windows 10, jdk 8, Netbeans 8.1
>            Reporter: Pasquale Calorigero
>            Priority: Major
>             Fix For: 4.0
>
>
> I'm writing code for shorttime fourier transform , but jvm return this error Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
> 	at org.apache.commons.math3.transform.TransformUtils.createComplexArray(TransformUtils.java:138)
> 	at org.apache.commons.math3.transform.FastFourierTransformer.transform(FastFourierTransformer.java:376)
> Seems that your code everytime that compute fft , causes the execution of gc.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)