I tried to push multiple file contents into an array ,each file size is more than 40 MB. When it tried to append the array with third file it throwed an error - The variable 'arrayObject' has size of more than '134108062' bytes. This exceeded the maximum size '104857600' allowed. Is there any way to increased the array's memory limit?