You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@velocity.apache.org by "ventsy velev (JIRA)" <ji...@apache.org> on 2017/10/06 20:23:00 UTC

[jira] [Created] (VELOCITY-886) Loop cause OutOfMemoryError exception

ventsy velev created VELOCITY-886:
-------------------------------------

             Summary: Loop cause OutOfMemoryError exception
                 Key: VELOCITY-886
                 URL: https://issues.apache.org/jira/browse/VELOCITY-886
             Project: Velocity
          Issue Type: Bug
          Components: Engine
    Affects Versions: 1.7
         Environment: Windows 7 OS. Java -Xms1024m -Xmx1024m
            Reporter: ventsy velev
         Attachments: velocityError.png

The following template will cause an out of memory exception. 

{{#foreach($i in [0..67000000])
#if($i == 0)
hi
#end
#end}}

I'm not sure why this happens as it's only a loop that only produces output on the first iteration. 
The same loop works fine if I reduce the number of iterations by 1 order of magnitude.

The engine fails hard and no output is produced.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@velocity.apache.org
For additional commands, e-mail: dev-help@velocity.apache.org