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 getting tons of R14 error and memory keeps growing, but puma_auto_tune says it's all fine
2014-04-04T15:43:42.132749+00:00 heroku[web.1]: Process running mem=1139M(222.6%)
2014-04-04T15:43:42.133029+00:00 heroku[web.1]: Error R14 (Memory quota exceeded)
2014-04-04T15:43:52.740653+00:00 app[web.1]: PumaAutoTune (1216s): All is well puma.resource_ram_mb=506.79345703125 puma.current_cluster_size=17
2014-04-04T15:44:02.215553+00:00 heroku[web.1]: Process running mem=1139M(222.6%)
2014-04-04T15:44:02.215553+00:00 heroku[web.1]: Error R14 (Memory quota exceeded)
2014-04-04T15:44:04.040945+00:00 app[web.1]: PumaAutoTune (1227s): All is well puma.resource_ram_mb=505.19580078125 puma.current_cluster_size=17
2014-04-04T15:44:15.672132+00:00 app[web.1]: PumaAutoTune (1239s): All is well puma.resource_ram_mb=507.43115234375 puma.current_cluster_size=17
2014-04-04T15:44:22.309542+00:00 heroku[web.1]: Process running mem=1140M(222.7%)
2014-04-04T15:44:22.310003+00:00 heroku[web.1]: Error R14 (Memory quota exceeded)
2014-04-04T15:44:28.115518+00:00 app[web.1]: PumaAutoTune (1251s): All is well puma.resource_ram_mb=508.22412109375 puma.current_cluster_size=17
2014-04-04T15:44:41.482142+00:00 app[web.1]: PumaAutoTune (1264s): All is well puma.resource_ram_mb=507.94677734375 puma.current_cluster_size=17
2014-04-04T15:44:42.190957+00:00 heroku[web.1]: Process running mem=1141M(223.0%)
2014-04-04T15:44:42.191511+00:00 heroku[web.1]: Error R14 (Memory quota exceeded)
2014-04-04T15:44:52.950621+00:00 app[web.1]: PumaAutoTune (1276s): All is well puma.resource_ram_mb=507.96142578125 puma.current_cluster_size=17
2014-04-04T15:45:02.419409+00:00 heroku[web.1]: Process running mem=1142M(223.1%)
2014-04-04T15:45:02.419647+00:00 heroku[web.1]: Error R14 (Memory quota exceeded)
2014-04-04T15:45:04.752105+00:00 app[web.1]: PumaAutoTune (1288s): All is well puma.resource_ram_mb=509.47314453125 puma.current_cluster_size=17
2014-04-04T15:45:16.827824+00:00 app[web.1]: PumaAutoTune (1300s): All is well puma.resource_ram_mb=510.14892578125 puma.current_cluster_size=17
2014-04-04T15:45:22.273200+00:00 heroku[web.1]: Process running mem=1142M(223.1%)
2014-04-04T15:45:22.273448+00:00 heroku[web.1]: Error R14 (Memory quota exceeded)
2014-04-04T15:45:28.562497+00:00 app[web.1]: PumaAutoTune (1312s): All is well puma.resource_ram_mb=506.45361328125 puma.current_cluster_size=17
2014-04-04T15:45:40.600942+00:00 app[web.1]: PumaAutoTune (1324s): All is well puma.resource_ram_mb=506.04931640625 puma.current_cluster_size=17
2014-04-04T15:45:42.369069+00:00 heroku[web.1]: Process running mem=1150M(224.7%)
2014-04-04T15:45:42.369451+00:00 heroku[web.1]: Error R14 (Memory quota exceeded)
2014-04-04T15:45:53.841727+00:00 app[web.1]: PumaAutoTune (1336s): All is well puma.resource_ram_mb=506.06396484375 puma.current_cluster_size=17
2014-04-04T15:46:02.393046+00:00 heroku[web.1]: Process running mem=1150M(224.7%)
2014-04-04T15:46:02.393046+00:00 heroku[web.1]: Error R14 (Memory quota exceeded)
2014-04-04T15:46:06.494386+00:00 app[web.1]: PumaAutoTune (1349s): All is well puma.resource_ram_mb=507.04541015625 puma.current_cluster_size=17
2014-04-04T15:46:18.228034+00:00 app[web.1]: PumaAutoTune (1361s): All is well puma.resource_ram_mb=508.30322265625 puma.current_cluster_size=17
2014-04-04T15:46:22.397957+00:00 heroku[web.1]: Process running mem=1150M(224.7%)
2014-04-04T15:46:22.398304+00:00 heroku[web.1]: Error R14 (Memory quota exceeded)
2014-04-04T15:46:31.145761+00:00 app[web.1]: PumaAutoTune (1374s): All is well puma.resource_ram_mb=509.11083984375 puma.current_cluster_size=17
2014-04-04T15:46:42.379991+00:00 heroku[web.1]: Process running mem=1151M(225.0%)
2014-04-04T15:46:42.380354+00:00 heroku[web.1]: Error R14 (Memory quota exceeded)
2014-04-04T15:46:43.229681+00:00 app[web.1]: PumaAutoTune (1386s): All is well puma.resource_ram_mb=504.88427734375 puma.current_cluster_size=17
Where am I wrong?
The text was updated successfully, but these errors were encountered:
Hi,
I'm giving a look to puma autotune on heroku (free plan)
This is my configuration
Gemfile
puma.rb
puma_auto_tune.rb
Procfile
I'm getting tons of R14 error and memory keeps growing, but puma_auto_tune says it's all fine
Where am I wrong?
The text was updated successfully, but these errors were encountered: