You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to fetch colours of images that are more than 4 mb (aprox). The library gets stuck and does not respond. We finally have to restart the server once this happens.
More Context:
We're using this library on our server side to fetch colour of images uploaded.
It works like a charm on my local system even for images as big as 20-25mb.
However, When running on the live server, once an image more than 4 mb is given, the library crashes.
Our server is on AWS, It's an EC2 instance with 2 cores and 1 gb of ram (T4g micro).
Because this works fine on my local, does it have to do something with the heap size on the server? Is there a possible way to configure my node server to allow more memory (If that is the issue) ?
The text was updated successfully, but these errors were encountered:
I was trying to fetch colours of images that are more than 4 mb (aprox). The library gets stuck and does not respond. We finally have to restart the server once this happens.
More Context:
Because this works fine on my local, does it have to do something with the heap size on the server? Is there a possible way to configure my node server to allow more memory (If that is the issue) ?
The text was updated successfully, but these errors were encountered: