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 (JIRA)" <ji...@apache.org> on 2016/09/19 12:09:20 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=15503223#comment-15503223 ] 

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

Thanks for the report.

Could you try the development version and set up a JUnit test?
JAR is available here: [https://repository.apache.org/content/repositories/snapshots/org/apache/commons/commons-math4/4.0-SNAPSHOT]


> 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
>
> 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
(v6.3.4#6332)