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'm doing a ruby migration (3.0.5) in the current system and when I run the specs I got an error. This call is inside a service and is called many times and couldn't find the explanation for this error
The command that is fails with the error is very simple grep -c processor /proc/cpuinfo and the error is clearly stating that there is no memory to run the command. So first question is if system is really low on memory, maybe worth checking what free (free -m) says before initialising ImageOptim. Otherwise maybe per process resource limit is reached then it is worth checking ruby process memory consumption.
Hi,
I'm doing a ruby migration
(3.0.5)
in the current system and when I run the specs I got an error. This call is inside a service and is called many times and couldn't find the explanation for this errorThis is the
image_optim_config
I'm using version
0.31.3
for image_optimThe text was updated successfully, but these errors were encountered: