Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: ejonesHi Dave,
This Excel node and some of the other nodes are based on the Java node. These nodes are given a specific limit as to the amount of memory they can use. This is done for protection because if the node goes crazy allocating memory it can bring your computer to a standstill.
I believe the default amount the node is given is 1 Gig. To change the limit create a parameter in the node named JvmMaxHeapSize and give it values like 2g or 4g to double or quadruple the maximum size the node is given.
So to do this do the following:
- Edit the node
- At the top is a button named [Declare Parameters...] click that
- In the new window click the button over to the right that creates a new line for defining a parameter.
- Under Parameter Name enter the value JvmMaxHeapSize. You can leave the rest fields with the default values.
- Click Ok
- Now, if you left them with the default values you should have a new tab on the node named "Parameters 1", select it.
- There should be a parameter named JvmMaxHeapSize in that node. Enter the new maximum memory allocations you want to try.
- Rerun the node